2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Merge pull request #1677 from SchrodingersGat/new-typo-fix

Typo fix for excluded commands
This commit is contained in:
Oliver
2021-06-17 22:37:45 +10:00
committed by GitHub
2 changed files with 2 additions and 3 deletions

View File

@ -26,10 +26,9 @@ def canAppAccessDatabase():
'flush',
'loaddata',
'dumpdata',
'makemirations',
'makemigrations',
'migrate',
'check',
'mediarestore',
'shell',
'createsuperuser',
'wait_for_db',

View File

@ -97,7 +97,7 @@ DOCKER = _is_true(get_setting(
# Configure logging settings
log_level = get_setting(
'INVENTREE_LOG_LEVEL',
CONFIG.get('log_level', 'DEBUG')
CONFIG.get('log_level', 'WARNING')
)
logging.basicConfig(