Server Log Levels

Manage Server Log Levels

System administrator can now change log level from system UI. These logs are written as files in an application log directory. 

Output of the logs cannot be accessed via web application and must be accessed directly on the host system. 

 This is a low level system function and should not be used if you are uncertain on what it does.

 

To access this function go to:

  • Administrative Panel - System - Server Logs

Setting Log Levels

Current log level per class is shown in the grid view. Administrator can change log level per class. Please note that dependent classes will be updated automatically. 

Administrator can also add custom class by using Add new class function. 

To reset all classes to a given level, please use "Global level" set function:

Setting Appenders

Each class will emit log entries that are set in a log level. This is not enough for the log entry to be written into a log file. 

A corresponding appender must have specific level set as well (this is an "accept" level). If the accept level is "lower" than emitted level, this entry will not be accepted. 

If a specific class does not list it's own appender, it will use the appender listed under ROOT class entry.