diff --git a/setup.cfg b/setup.cfg index 4a7681e..f834b6e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -4,6 +4,7 @@ max-line-length = 120 [tool:pytest] log_cli = 1 +log_cli_level = DEBUG [versioneer] VCS = git diff --git a/tests/instance/config.py b/tests/instance/config.py index f46a131..53a626f 100644 --- a/tests/instance/config.py +++ b/tests/instance/config.py @@ -13,7 +13,7 @@ LOGGING = { }, }, 'loggers': { - '': { + 'incorporealcms.journal': { 'level': 'DEBUG', 'handlers': ['console'], },