docs
Dashboard

Logs

Full-text and structured log search across sessions and runtimes

The Logs surface (under Observe) is full-text and structured log search across your org's sessions and runtimes.

How it works

Logs are served through one org-scoped query path with a full-text search index behind it. You get two complementary tools:

  • Filter tree — a structured filter builder over log fields (carried in the ?lf= URL param, so a filtered view is a shareable link).
  • Full-text search — free-text search over log bodies (carried in the ?q= URL param).

Both are URL-bound, so you can bookmark and share an exact query.

When to use it

  • Search for an error string across every runtime, not just one session.
  • Build a filter on app / function / level and watch it live.
  • Hand a teammate a link to the exact log view you're looking at.

For a single session's ordered event spine, use the Events tab on session detail. Logs is the cross-cutting search across all sessions and runtimes.

On this page