mirror of
https://github.com/inventree/inventree-docs.git
synced 2025-08-21 11:16:01 +00:00
_includes
docs
admin
SSO.md
admin.md
email.md
export.md
import.md
logs.md
permissions.md
settings.md
shell.md
tasks.md
app
assets
build
companies
extend
javascripts
part
releases
report
start
stock
stylesheets
webfonts
contribute.md
credits.md
faq.md
features.md
hooks.py
index.md
upcoming.md
.gitignore
LICENSE
README.md
main.py
mkdocs.yml
readthedocs.yml
requirements.txt
30 lines
876 B
Markdown
30 lines
876 B
Markdown
---
|
|
title: Admin Shell
|
|
---
|
|
|
|
## Error Logs
|
|
|
|
Any critical server error logs are recorded to the database, and can be viewed by staff users using the admin interface.
|
|
|
|
In the admin interface, select the "Errors" view:
|
|
|
|
{% with id="admin_error_link", url="admin/admin_errors_link.png", description="Admin errors" %}
|
|
{% include 'img.html' %}
|
|
{% endwith %}
|
|
|
|
!!! info "URL"
|
|
Alternatively, navigate to the error list view at /admin/error_report/error/
|
|
|
|
A list of error logs is presented.
|
|
|
|
{% with id="admin_error_logs", url="admin/admin_errors.png", description="Error logs" %}
|
|
{% include 'img.html' %}
|
|
{% endwith %}
|
|
|
|
!!! info "Deleting Logs"
|
|
Error logs should be deleted periodically
|
|
|
|
## Reporting Errors
|
|
|
|
Errors should be reported to the [InvenTree GitHub page](https://github.com/inventree/inventree/issues), and include the full error output as recorded to the error log.
|