Skip to content

Supervisor Log

The Supervisor Log page provides visibility into all Supervisor-related log events on the system. It includes a list of background process status messages managed by Supervisor, such as workers and schedulers, with detailed filtering, search, and pagination options.

Supervisor Log Page

Overview

URL: /admin/supervisor-log

This page lists Supervisor log entries with the following columns:

  • Time – Timestamp when the log entry was created.
  • Source – The origin of the log (e.g., supervisord).
  • Level – Log severity level (e.g., INFO, ERROR).
  • Message – Detailed log message for the event.

Example log entry:

INFO success: bolt-scheduler_00 entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

Features

The search field at the top allows real-time filtering of log entries by any of the following fields:

  • Time
  • Source
  • Level
  • Message

Filters

Clicking the Filters button opens a dropdown panel with filtering options:

  • Level – Filter logs by severity level:
    • All
    • EMERGENCY
    • ALERT
    • CRITICAL
    • ERROR
    • WARNING
    • NOTICE
    • INFO
    • DEBUG
  • From / Until – Filter logs by a specific date range using date pickers.

View Log Entry

Clicking the View button on any row opens a modal with full log details:

View Supervisor Log Modal

It shows:

  • Created at
  • Source
  • Level
  • Full Message

Truncate Logs

Use the orange Truncate Logs button in the top-right corner to delete all Supervisor logs.

Pagination

You can control how many log entries appear per page with the pagination dropdown. The available options are:

  • 5
  • 10
  • 25
  • 50
  • All