-
Notifications
You must be signed in to change notification settings - Fork 0
Filtering Logs by Severity
Chris Collins edited this page Aug 29, 2024
·
1 revision
The severity filter allows you to view logs based on their severity level, such as DEBUG, INFO, WARNING, ERROR, and CRITICAL.
- Open the Syslog Viewer GUI.
- Locate the "Filter by Severity" dropdown at the top left of the GUI.
- Click the dropdown and select the severity level you want to filter by:
- ALL: Shows logs of all severities.
- DEBUG: Shows only debug-level logs.
- INFO: Shows informational logs.
- WARNING: Shows warning messages.
- ERROR: Shows error messages.
- CRITICAL: Shows critical error messages.
- Click the "Apply" button next to the filter options.
- The log entries will refresh, displaying only those that match the selected severity level.