JUL

java-logging

http://docs.oracle.com/javase/6/docs/technotes/guides/logging/overview.html
http://stackoverflow.com/questions/8248899/java-logging-how-to-redirect-output-to-a-custom-log-file-for-a-logger

https://code.google.com/archive/p/agafua-syslog/
http://syslog4j.org/
http://protomatter.sourceforge.net/1.1.6/javadoc/com/protomatter/syslog/SyslogHandler.html

What does JUL abbreviate for?

Java Util Logging (java.util.logging). It is the logging framework that comes with Java.

Where is the configuration file?

We can specify a specific configuration file using the command line option:

-Djava.util.logging.config.file=log.properties

Alternatively, we can modify:

$JAVA_HOME/lib/logging.properties
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License