Modifying log file settings using Admin Console
This topic outlines how to modify the root logger setting in the SLF4J configuration for your clock.
The root logger exists at the top of the logging configuration for SLF4J and exists outside of the scope of any custom logger that exists in the clock server. All of the other application-specific Logger objects are child objects to the root logger. If the child logger has no explicit logging level set, then it inherits the setting of the root logger.
To modify log file settings for the root logger:
The clock uses the SLF4J logging framework for more detailed customization of logging information. Refer to https://logback.qos.ch/ for more information.
For information on how to modify the logging configuration directly, see Updating your SLF4J logging configuration.