Log Replay

Log Replay streams historical logs as if they were arriving live, at a speed you control. Use it to walk through an incident in order, demonstrate a flow to a teammate, or understand the timing of events without reading a static list.

Quick start

Set a time range, then add --replay:

@last-1h --replay:2x
level:error from:2026-03-18:14:00 to:2026-03-18:15:00 --replay:4x

Speed options

CommandSpeed
--replay1x — real-time
--replay:1x1x
--replay:2x2x
--replay:4x4x
--replay:10x10x

Plan requirements

PlanReplayMax speed
FreeNo
SoloYes4x
ProYes10x
ScaleYes10x

Attempting to use replay on the Free plan shows a feature gate. Speed options beyond your plan limit are not available.

Tips

  • Combine with level:error or context filters to replay only relevant logs
  • Use --replay:10x to quickly scan a long window, then replay a narrower range at 1x
  • The replay respects the same filters as your regular view — only matching logs are streamed

Notes

  • Replay requires a time range. Without one, it uses the project’s visible log window
  • Scope: advanced filter bar
  • Executes on submit