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

@ -4,6 +4,7 @@
# Set DEBUG to True for a development setup
INVENTREE_DEBUG=True
INVENTREE_LOG_LEVEL=INFO
INVENTREE_DB_LOGGING=False
# Database configuration options
# Note: The example setup is for a PostgreSQL database (change as required)