Files
InvenTree/docs/docs/settings/logs.md
T
Oliver d4171f2dcf [docs] Admin docs (#12345)
* Enhanced documentation for admin center and django-admin

* Fix links and wording

* remove placeholders

* Fix links

* Fix more links
2026-07-10 00:01:00 +10:00

1.0 KiB

title
title
Error Logs

Error Logs

Any critical server error logs are recorded to the database, and can be viewed by staff users in the Admin Center, under the Error Reports section:

{{ image("admin/admin_errors_link.png", "Error Reports in the Admin Center") }}

A list of error logs is presented. Select an entry to view the full error details, including the traceback.

{{ image("admin/admin_errors.png", "Error logs") }}

!!! info "Database Admin Interface" Error logs can also be viewed via the Database Admin interface, at the URL /admin/error_report/error/

!!! info "Deleting Logs" Error logs should be deleted periodically

Reporting Errors

Errors should be reported to the InvenTree GitHub page, and include the full error output as recorded to the error log.

Sentry Integration

If sentry.io integration is enabled, some error logs are automatically reported to sentry.io