DEPRECATED
This feature is no longer available in the current panel. The page is kept for reference and may be removed in a future release.
Supervisor Log
⚠️ Deprecated — this page documents a view that is not present in the current panel version. The feature may have been moved or removed. The page is kept for reference.
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.

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
Search
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:

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