From 0118eb29947bf4f063ea028add942ddef3a3635f Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Sat, 7 Mar 2020 11:45:42 -0600 Subject: [PATCH] improve the logging inside pytest --- setup.cfg | 1 + tests/instance/config.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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'], },