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