Skip to content

Logs

import { Aside } from ‘@astrojs/starlight/components’;

The Logs screen shows structured log records written by sink modules during task execution. Navigate to Logs in the sidebar.

Logs overview


Logs table

ColumnDescription
LevelLog severity: DEBUG, INFO, WARNING, ERROR
MessageThe log message text
EventThe event this log belongs to
SinkThe sink that produced this log
TimestampWhen the log entry was written

Logs topbar

Type in the Search logs… field in the topbar to filter by message text, level, or sink name. Results update on the server as you type.

The Timespan dropdown lets you restrict logs to a time window.

PresetRange
Last 5 minNow − 5 minutes
Last 30 minNow − 30 minutes
Last 1 hourNow − 1 hour
TodayStart of today
Last 24 hoursNow − 24 hours
Last weekNow − 7 days
Custom rangePick any start and end date/time

Click Clear to remove the filter.


Use the Auto-refresh control to reload the log table automatically.

Auto-refresh control

Toggle the switch to enable, then choose an interval (10 s, 30 s, 1 m, or 5 m). Click the icon to trigger an immediate reload at any time.


ButtonAction
Edit iconOpens the log entry detail panel showing the full message and metadata
Delete iconDeletes the log record after confirmation

Select multiple rows using the checkboxes, then click Delete Selected (N) to remove them.


LevelMeaning
DEBUGVerbose diagnostic output — usually only useful when troubleshooting
INFONormal operation milestones
WARNINGSomething unexpected happened but the task completed
ERRORThe task encountered a failure