2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-19 13: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

@ -69,6 +69,10 @@ debug: True
# Options: DEBUG / INFO / WARNING / ERROR / CRITICAL
log_level: WARNING
# Enable database-level logging
# Use the environment variable INVENTREE_DB_LOGGING
db_logging: False
# Select default system language (default is 'en-us')
# Use the environment variable INVENTREE_LANGUAGE
language: en-us