2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

update INVENTREE_LOG_LEVEL param (#4058)

Turn INVENTREE_DEBUG_LEVEL => INVENTREE_LOG_LEVEL
This commit is contained in:
Bben
2022-12-13 21:17:24 +01:00
committed by GitHub
parent 55c14bd238
commit ca4e260d8a

View File

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