We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32fb700 commit d00f976Copy full SHA for d00f976
temmpo/settings/test_mysql.py
@@ -14,7 +14,7 @@
14
15
RQ_QUEUES['default']['ASYNC'] = False
16
17
-LOGGING['handlers']['console']['level'] = 'ERROR'
+LOGGING['handlers']['console']['level'] = 'INFO'
18
19
RESULTS_PATH_V4 = os.path.join(MEDIA_ROOT, 'results', 'testing', 'v4', '')
20
RESULTS_PATH_V3 = os.path.join(MEDIA_ROOT, 'results', 'testing', 'v3', '')
0 commit comments