The logger level defines the logging output. By default, INFO is set as the log level. All the Java-related logs are captured in the origin.log file. You can change the log level using the JMX admin console.
Following are the various logger level that you can set using java.util.logging class:
Each individual stream should log to its own particular log file. The log file rolls over based upon the settings of the FileHandler in logging.properties.