The Log Settings section of the Log Viewer helps you set the severity level for the messages that are displayed in the log. The following levels, listed from least to most severe, are available:
- Trace: Displays very detailed messages, typically only used in development.
- Debug: Displays debugging information.
- Info: Displays informational messages, commonly enabled in production for auditing purposes.
- Warn: Displays warning messages, (i.e., non-critical, temporary issues).
- Error: Displays error messages.
- Fatal: Displays very serious errors; these indicate the system is probably unusable.
The Current Logging Level field shows what type messages will be saved. All messages with the same or with a greater severity as the Current Logging Level will be saved. For example, the previous image displays a Current Logging Level with an Error status, which means that logs with the level Error and Fatal will be saved.
The default setting for the Current Logging Level is Error.
Note: The Log Viewer stores the most recent messages up to a thousand messages. Messages after a thousand are deleted, with the oldest messages deleted first.