Set integration logging to trace

This commit is contained in:
Kristoffer Dalby
2021-10-04 14:14:28 +01:00
parent 7793012409
commit 31b4f03f96

View File

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