(sv) Server Log Levels
Translation needed
The content of this page was copied from another page tree and needs to be translated or updated.
When you finish translation, make sure to
-
Replace the label NEEDS-TRANSLATING with TRANSLATED
-
Remove this macro from the page
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.Â