mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Tweak test conf for easier debugging
This commit is contained in:
parent
28c73cb336
commit
a476deb7fb
1 changed files with 2 additions and 2 deletions
|
@ -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 = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue