Tweak test conf for easier debugging

This commit is contained in:
Alexandre Aubin 2019-09-15 02:11:53 +02:00
parent 28c73cb336
commit a476deb7fb

View file

@ -41,11 +41,11 @@ def pytest_cmdline_main(config):
root_handlers = set(handlers) root_handlers = set(handlers)
# Define loggers level # Define loggers level
level = 'INFO' level = 'DEBUG'
if config.option.yunodebug: if config.option.yunodebug:
tty_level = 'DEBUG' tty_level = 'DEBUG'
else: else:
tty_level = 'SUCCESS' tty_level = 'INFO'
# Custom logging configuration # Custom logging configuration
logging = { logging = {