Skip to content

Commit d00f976

Browse files
committed
Increase loogging level for more debug output
1 parent 32fb700 commit d00f976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

temmpo/settings/test_mysql.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
RQ_QUEUES['default']['ASYNC'] = False
1616

17-
LOGGING['handlers']['console']['level'] = 'ERROR'
17+
LOGGING['handlers']['console']['level'] = 'INFO'
1818

1919
RESULTS_PATH_V4 = os.path.join(MEDIA_ROOT, 'results', 'testing', 'v4', '')
2020
RESULTS_PATH_V3 = os.path.join(MEDIA_ROOT, 'results', 'testing', 'v3', '')

0 commit comments

Comments
 (0)