System Logs

System logs provide a detailed view of server-side activity. Access the log viewer via User Menu → System Logs.

The log viewer provides the following capabilities:

  • Log tailing — fetches the last N lines from the server (default 100)
  • Level filter — filter log entries by level: DEBUG, INFO, WARN, or ERROR
  • Auto-refresh — the viewer periodically polls for new log entries so the display stays current
  • Activity-specific logs — the activity details dialog also shows logs filtered for that specific activity, giving focused context for individual tasks

Each log entry follows a structured format:

  • Timestamp — when the log entry was recorded
  • Level — color-coded severity level (DEBUG, INFO, WARN, ERROR)
  • Logger name — the subsystem or component that produced the entry
  • Message — the log message text
  • Activity ID — links the entry to a specific activity when applicable