improve the logging inside pytest

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

View File

@ -4,6 +4,7 @@ max-line-length = 120
[tool:pytest] [tool:pytest]
log_cli = 1 log_cli = 1
log_cli_level = DEBUG
[versioneer] [versioneer]
VCS = git VCS = git

View File

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