live-tailreal-time

Live Tail

Watch log events stream in real time as they arrive. Perfect for debugging active incidents or monitoring a deployment as it rolls out.

Live Tail

Live Tail streams your log events in real time as they arrive — no refreshing, no polling. Events appear within milliseconds of being ingested.

What you’ll need

Step 1: Open Live Tail

Click Live Tail in the left sidebar.

The page starts in a paused state. You’ll see a start button and filter controls at the top.

Step 2: Start the stream

Click Start to connect to the real-time stream.

Log events will begin appearing as they arrive, newest at the top. Each row shows:

The stream is updated live — you don’t need to scroll or refresh.

Step 3: Apply filters

Use the filter controls to narrow the stream:

Filters apply immediately to new events arriving after you set them. Events already visible in the list are not retroactively filtered.

Tip: During a production incident, set Level to error and watch for new error patterns appearing in real time.

Step 4: Pause the stream

Click Pause to freeze the list and inspect events without new ones pushing them down.

While paused, events continue accumulating in the buffer. Click Resume to see the latest events (the buffer will be flushed).

Step 5: Clear and restart

Click Clear to empty the visible list and start fresh. The WebSocket connection stays open — new events will continue to arrive.

This is useful after a deploy when you want a clean view of what’s happening post-release.

Step 6: Click an event for detail

Click any row to open the full event detail in a side panel — the same detail view as Log Explorer, with all metadata fields, event ID, and fingerprint.

You’re done

You now know how to:

Live Tail uses a persistent WebSocket connection via Cloudflare Durable Objects. See the API reference for the WebSocket endpoint and authentication.

API Reference

Want the full API spec for this feature?

View in Docs →
← All guides