improve the logging inside pytest
This commit is contained in:
parent
053e3d96a3
commit
0118eb2994
@ -4,6 +4,7 @@ max-line-length = 120
|
||||
|
||||
[tool:pytest]
|
||||
log_cli = 1
|
||||
log_cli_level = DEBUG
|
||||
|
||||
[versioneer]
|
||||
VCS = git
|
||||
|
@ -13,7 +13,7 @@ LOGGING = {
|
||||
},
|
||||
},
|
||||
'loggers': {
|
||||
'': {
|
||||
'incorporealcms.journal': {
|
||||
'level': 'DEBUG',
|
||||
'handlers': ['console'],
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user