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.
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.

Viewing logs
The viewer follows the live logs stream and auto-scrolls to keep the latest entries in view. Each row shows three columns:
| Column | Description |
|---|---|
| Timestamp | When the log was emitted. |
| Type | The 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. |
| Message | The 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.
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:
| Field | Description |
|---|---|
method | HTTP method (e.g. GET, POST). |
path | Requested path. |
route | Matched application route. |
status_code | HTTP response status code. |
error_type | Error classification, when the entry is an error. |
duration_ms | Time taken to handle the request, in milliseconds. |
response_size | Size of the response. |
request_type | Type of request (e.g. API, admin). |