fix loglevel in conftest -- it's actually the verbosity level
This commit is contained in:
parent
8114d790a5
commit
f89b2a18e0
@ -227,7 +227,7 @@ def default_conf():
|
||||
},
|
||||
"initial_state": "running",
|
||||
"db_url": "sqlite://",
|
||||
"loglevel": logging.DEBUG,
|
||||
"loglevel": 3,
|
||||
}
|
||||
return configuration
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user