Skip to main content

Logs

Page summary:

The Logs tab streams your project's live logs in a searchable, filterable table. Click any entry to inspect its full message and metadata.

From the project dashboard, the Logs tab streams the live logs of the project as structured entries you can search, filter, and inspect.

Note

The Logs page is only accessible once the project has a successful deployment and is inaccessible during major environment operations, such as project creation, data transfer, or environment clearing.

LogsLogs

Viewing logs

The viewer follows the live logs stream and auto-scrolls to keep the latest entries in view. Each row shows three columns:

ColumnDescription
TimestampWhen the log was emitted.
TypeThe log level, Error, Warning, Info, or HTTP, shown as a colored badge. For HTTP entries, the response status code is shown next to the badge.
MessageThe log message. Long messages are truncated in the table; click the entry to read the full text in the drawer.

You can copy a single log line by clicking the copy button visible on row hover, or within the drawer. To copy every entry currently shown in the log viewer, use the copy button in the toolbar instead.

Caution

The live log stream is currently limited to the last 15 minutes and capped at 100,000 rows. Historical log visibility is under development.

Inspecting a log entry

Click any log row to open a detail drawer and display the full message and, when available, the Metadata of the log. The Metadata section shows the following information:

FieldDescription
methodHTTP method (e.g. GET, POST).
pathRequested path.
routeMatched application route.
status_codeHTTP response status code.
error_typeError classification, when the entry is an error.
duration_msTime taken to handle the request, in milliseconds.
response_sizeSize of the response.
request_typeType of request (e.g. API, admin).

Searching and filtering logs

You can use the search and filter tools to refine the logs displayed in the viewer. Filters and search combine, so you can, for example, show only HTTP entries with a 5xx status that mention a specific route.

Note

Projects deployed before the structured viewer was introduced display their logs as plain text, without search, filtering, or per-entry metadata. To access the new log viewer, trigger a manual redeployment of the project.

Type in the search field to keep only the entries whose message contains your text.

Type filter

Filter by the following log levels:

  • Error
  • Warning
  • Info
  • HTTP

Error logs are highlighted in red so they stand out as you scan.

HTTP status code filter

Filter by the following status codes:

  • 2xx
  • 3xx
  • 4xx
  • 5xx