mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 21:25: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": { |   "remoteEnv": { | ||||||
|     // InvenTree config |     // InvenTree config | ||||||
|     "INVENTREE_DEBUG": "True", |     "INVENTREE_DEBUG": "True", | ||||||
|     "INVENTREE_DEBUG_LEVEL": "INFO", |     "INVENTREE_LOG_LEVEL": "INFO", | ||||||
|     "INVENTREE_DB_ENGINE": "sqlite3", |     "INVENTREE_DB_ENGINE": "sqlite3", | ||||||
|     "INVENTREE_DB_NAME": "${containerWorkspaceFolder}/dev/database.sqlite3", |     "INVENTREE_DB_NAME": "${containerWorkspaceFolder}/dev/database.sqlite3", | ||||||
|     "INVENTREE_MEDIA_ROOT": "${containerWorkspaceFolder}/dev/media", |     "INVENTREE_MEDIA_ROOT": "${containerWorkspaceFolder}/dev/media", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user