mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	feat: Add setting for controling console logs (#8903)
* Add setting for controling console logs * respect console_log setting * use var for defualt handler
This commit is contained in:
		
							
								
								
									
										3
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/qc_checks.yaml
									
									
									
									
										vendored
									
									
								
							@@ -285,6 +285,7 @@ jobs:
 | 
			
		||||
      INVENTREE_DB_NAME: ./inventree.sqlite
 | 
			
		||||
      INVENTREE_DB_ENGINE: sqlite3
 | 
			
		||||
      INVENTREE_PLUGINS_ENABLED: true
 | 
			
		||||
      INVENTREE_CONSOLE_LOG: false
 | 
			
		||||
      GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
 | 
			
		||||
      python_version: ${{ matrix.python_version }}
 | 
			
		||||
 | 
			
		||||
@@ -328,6 +329,7 @@ jobs:
 | 
			
		||||
      INVENTREE_DB_PORT: 5432
 | 
			
		||||
      INVENTREE_DEBUG: true
 | 
			
		||||
      INVENTREE_LOG_LEVEL: INFO
 | 
			
		||||
      INVENTREE_CONSOLE_LOG: false
 | 
			
		||||
      INVENTREE_CACHE_HOST: localhost
 | 
			
		||||
      INVENTREE_PLUGINS_ENABLED: true
 | 
			
		||||
 | 
			
		||||
@@ -377,6 +379,7 @@ jobs:
 | 
			
		||||
      INVENTREE_DB_PORT: 3306
 | 
			
		||||
      INVENTREE_DEBUG: true
 | 
			
		||||
      INVENTREE_LOG_LEVEL: INFO
 | 
			
		||||
      INVENTREE_CONSOLE_LOG: false
 | 
			
		||||
      INVENTREE_PLUGINS_ENABLED: true
 | 
			
		||||
 | 
			
		||||
    services:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user