mirror of
https://github.com/inventree/InvenTree.git
synced 2025-05-02 05:26:45 +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…
x
Reference in New Issue
Block a user