From 31b4f03f96329ef8d5c91dff339763d436b5be5e Mon Sep 17 00:00:00 2001 From: Kristoffer Dalby Date: Mon, 4 Oct 2021 14:14:28 +0100 Subject: [PATCH] Set integration logging to trace --- integration_test/etc/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration_test/etc/config.json b/integration_test/etc/config.json index 8a6fd962..5454f2f7 100644 --- a/integration_test/etc/config.json +++ b/integration_test/etc/config.json @@ -7,5 +7,5 @@ "db_type": "sqlite3", "db_path": "/tmp/integration_test_db.sqlite3", "acl_policy_path": "", - "log_level": "debug" + "log_level": "trace" }