mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix controlling log level in devcontainer (#5604)
env now is INVENTREE_LOG_LEVEL Co-authored-by: Oliver Lippert <oliver@lipperts-web.de>
This commit is contained in:
parent
4e467c75d2
commit
c06047d026
@ -68,7 +68,7 @@
|
||||
"remoteEnv": {
|
||||
// InvenTree config
|
||||
"INVENTREE_DEBUG": "True",
|
||||
"INVENTREE_DEBUG_LEVEL": "INFO",
|
||||
"INVENTREE_LOG_LEVEL": "INFO",
|
||||
"INVENTREE_DB_ENGINE": "sqlite3",
|
||||
"INVENTREE_DB_NAME": "${containerWorkspaceFolder}/dev/database.sqlite3",
|
||||
"INVENTREE_MEDIA_ROOT": "${containerWorkspaceFolder}/dev/media",
|
||||
|
Loading…
Reference in New Issue
Block a user