Code clean up, loglevel debug for integration tests

This commit is contained in:
Kristoffer Dalby
2021-08-21 09:15:16 +01:00
parent d93a7f2e02
commit c49fe26da7
2 changed files with 10 additions and 10 deletions

View File

@@ -7,5 +7,5 @@
"db_type": "sqlite3",
"db_path": "/tmp/integration_test_db.sqlite3",
"acl_policy_path": "",
"log_level": "trace"
"log_level": "debug"
}