2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Adds optional config setting to enable database level logging (#5617)

This commit is contained in:
Oliver
2023-09-25 16:54:17 +10:00
committed by GitHub
parent 67b2d02a7f
commit dad240529d
4 changed files with 14 additions and 0 deletions

View File

@ -53,6 +53,7 @@ The following basic options are available:
| --- | --- | --- | --- |
| INVENTREE_DEBUG | debug | Enable [debug mode](./intro.md#debug-mode) | True |
| INVENTREE_LOG_LEVEL | log_level | Set level of logging to terminal | WARNING |
| INVENTREE_DB_LOGGING | db_logging | Enable logging of database messages | False |
| INVENTREE_TIMEZONE | timezone | Server timezone | UTC |
| ADMIN_URL | admin_url | URL for accessing [admin interface](../settings/admin.md) | admin |
| INVENTREE_LANGUAGE | language | Default language | en-us |