Live Tail
Stream logs from your projects in real time — directly in the browser.
Overview
Live Tail streams logs as they are ingested — no page refresh needed. It is designed for active debugging sessions where you need to watch what is happening right now.
Open Live Tail from the sidebar. Logs appear within milliseconds of ingestion via server-sent events (SSE).
Filtering
Two filter controls appear at the top of the Live Tail view:
- Service filter — restrict the stream to one service (e.g.
api,worker). - Text search — live substring match against the log message. Only matching lines are shown.
Logs/sec counter
The top bar shows a real-time logs/sec counter. This is the ingestion rate for the selected project (or service if a filter is active). Useful to spot traffic spikes at a glance.
Copying a log entry
Click any log line to expand it. A Copy JSON button copies the full structured log entry to your clipboard — helpful for pasting into a bug report or Slack.
Keyboard shortcuts
?— open the help modal with all available shortcutsSpace— pause / resume the streamEsc— clear the active filter
Project switching
The project switcher in the top bar lets you switch between projects without leaving the Live Tail view. The stream reconnects automatically.