mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Merge pull request #1884 from SchrodingersGat/typo-fix
logging.get -> logging.getLogger
This commit is contained in:
commit
eb883d7e70
@ -3,7 +3,7 @@ import os
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
|
|
||||||
logger = logging.get('inventree')
|
logger = logging.getLogger('inventree')
|
||||||
|
|
||||||
workers = os.environ.get('INVENTREE_GUNICORN_WORKERS', None)
|
workers = os.environ.get('INVENTREE_GUNICORN_WORKERS', None)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user