diff options
Diffstat (limited to 'testrig/config.go')
-rw-r--r-- | testrig/config.go | 1 |
1 files changed, 1 insertions, 0 deletions
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", |