mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 13:15:43 +00:00 
			
		
		
		
	logging.get -> logging.getLogger
This commit is contained in:
		| @@ -3,7 +3,7 @@ import os | ||||
| import logging | ||||
|  | ||||
|  | ||||
| logger = logging.get('inventree') | ||||
| logger = logging.getLogger('inventree') | ||||
|  | ||||
| workers = os.environ.get('INVENTREE_GUNICORN_WORKERS', None) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user