Logs
Stream build, runtime, and HTTP request logs, and export them.
Out Plane keeps three kinds of logs. Find them on an application's Logs and HTTP Logs tabs, build logs inside Deployments, or across your whole team from the Observability section.
Runtime Logs
The output your running application writes. Search the text, filter by level (Error, Warning, Info, Debug, Trace), and choose a time range. Live tails new output as it arrives, and the fixed windows (5m, 15m, 1h, 6h, 24h) query a look back period.
Build Logs
The output of a deployment's build. Open a deployment in the Deployments tab to follow its build log live while it runs, and to filter, copy, or download it afterward.
HTTP Logs
One entry per request to your public ports. Filter by method and status class (2xx, 3xx, 4xx, 5xx), and search by path or host.
Exporting
From the runtime logs view, export the lines currently on screen as plain text (.log),
JSON (.json), or JSON Lines (.ndjson). Export reflects the active filters.
Logs are retained for about one day, and the longest selectable window is 24 hours. Export what you need to keep.