Logging
On This Page
Overview
The logging level determines the amount of information that is captured and included in the application logs. You would change the logging level if you wanted to capture specific information only in order to troubleshoot issues. If you have multiple nodes, all nodes will be updated with the new setting.
Logging Levels
Level | Description |
---|---|
Trace | This level includes all logging levels. This is an ideal logging level to set when troubleshooting as it provides the most comprehensive logging. |
Debug | This level logs all basic information, warnings, and errors. It also includes additional information that may be useful for troubleshooting. |
Info | This level logs all basic logging, warnings, and errors. This is the default logging level. |
Warn | This level logs only warnings and errors. |
Error | This level logs only general and critical errors. |
Fatal | This level logs only critical errors. |
Changing the Logging Level
Select Settings.
Select Performance.
In the Logging section, select the logging level you want to set from the list.