Modifying log file settings using the Admin Console
This topic outlines how to modify the root logger setting in the SLF4J configuration for your clock.
Note: In general, the root logger setting
should only be modified with the recommendation of Infor Support. If you increase
the logging detail for all packages in the clock, then this can result in too much
logging information in the log files. In most cases, it is usually advantageous to
modify the log file settings for a specific package.
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. 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.
The clock uses the SLF4J logging framework for more detailed customization of logging information. Refer to https://logback.qos.ch/ for more information.