mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-11 01:25:40 +00:00
Fix for production docker environment
Values are passed as written resulting in `"WARNING"` being passed to python logger, which will complain and panic. Fix is simply to remove `"` from the value.
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
|
||||
# Ensure debug is false for a production setup
|
||||
INVENTREE_DEBUG=False
|
||||
INVENTREE_LOG_LEVEL="WARNING"
|
||||
INVENTREE_LOG_LEVEL=WARNING
|
||||
|
||||
# Database configuration
|
||||
# Note: The example setup is for a PostgreSQL database (change as required)
|
||||
|
Reference in New Issue
Block a user