Skip to main content
Errors are automatically logged to the database with stack traces. Each error is associated with the current user and tenant.
  • Tenant admins see only their tenant’s errors
  • Platform admins see all errors
View them at /admin/logs in the admin panel, filterable by 4xx/5xx and searchable.

The ErrorLog model

Pair this with request tracking. The request ID in your application logs matches the request that produced the error record, so you can move between the two.
Failed background jobs write here too. With JOB_ENABLE_MONITORING=true the record also carries memory, CPU and thread counts from the moment of failure.