fix loglevel in conftest -- it's actually the verbosity level

This commit is contained in:
hroff-1902 2019-07-07 02:42:03 +03:00
parent 8114d790a5
commit f89b2a18e0

View File

@ -227,7 +227,7 @@ def default_conf():
}, },
"initial_state": "running", "initial_state": "running",
"db_url": "sqlite://", "db_url": "sqlite://",
"loglevel": logging.DEBUG, "loglevel": 3,
} }
return configuration return configuration