Oleqlog

Live Logs & Logs

Stream and search log events in the Oleqlog dashboard

Live Logs

Sidebar label: Live Logs. Events stream over SSE as the worker inserts them (Redis pub/sub — not ClickHouse polling).

  • Filter by level and free-text search.
  • Click a row for the detail sheet: full event JSON, plus kind / body when present. REQ / RES badges appear when kind is set.

Use this after your first SDK flush() to confirm ingest.

Logs

Historical search over the hot ClickHouse window. Same row chrome and detail sheet as Live Logs.

  • Use level + search filters, then Refresh.
  • Longer retention (cold / archive) is plan-gated under Archive when your plan includes it.

Detail sheet

Click any row in Live Logs or Logs to open the sheet:

  • Overview — full event JSON (the whole ClickHouse row)
  • body and kind sections appear only when present on the event

See also: Queries for SQL and builder search.

On this page