Logs
Jetpacked captures two types of logs for every project: deployment logs and runtime logs.
Deployment logs
Deployment logs are the output of the build and deploy process — dependency installation, build output, migration output, and container startup. They are available immediately after a deployment from the Deployments tab.
When a deployment fails, the log is where you'll find the specific error and Jetpacked's diagnostic report.
Runtime logs
Runtime logs are the live stdout/stderr output of your running app. You can stream them in real time from the Logs tab in your project. This is useful for debugging issues in production — anything your app prints to the console appears here.
Log retention
How long logs are kept depends on your project plan:
| Plan | Log retention |
|---|---|
| Free | 7 days |
| Starter | 7 days |
| Pro | 7 days |
| Power | 7 days |
Logs older than the retention window are permanently deleted.