From 094f032f747b96733982108f2e184df88d9b25ae Mon Sep 17 00:00:00 2001 From: tobi <31960611+tsmethurst@users.noreply.github.com> Date: Mon, 18 Apr 2022 16:47:11 +0200 Subject: [feature] Add log-db-queries config option (#465) --- testrig/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'testrig') diff --git a/testrig/config.go b/testrig/config.go index cd8db5a03..ccc28d17c 100644 --- a/testrig/config.go +++ b/testrig/config.go @@ -59,6 +59,7 @@ func InitTestConfig() { // TestDefaults returns a Values struct with values set that are suitable for local testing. var TestDefaults = config.Values{ LogLevel: "trace", + LogDbQueries: true, ApplicationName: "gotosocial", ConfigPath: "", Host: "localhost:8080", -- cgit v1.3