improve the logging inside pytest

This commit is contained in:
2020-03-07 11:45:42 -06:00
parent 053e3d96a3
commit 0118eb2994
2 changed files with 2 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ LOGGING = {
},
},
'loggers': {
'': {
'incorporealcms.journal': {
'level': 'DEBUG',
'handlers': ['console'],
},