Skip to content

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.

  1. Open the Syslog Viewer GUI.
  2. Locate the "Filter by Severity" dropdown at the top left of the GUI.
  3. 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.
  1. Click the "Apply" button next to the filter options.
  2. The log entries will refresh, displaying only those that match the selected severity level.

Clone this wiki locally