mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +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:
		| @@ -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", | ||||
|   | ||||
		Reference in New Issue
	
	Block a user