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
No known key found for this signature in database
GPG key ID: 09F62DC067465735
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"
}