diff options
author | 2022-04-18 16:47:11 +0200 | |
---|---|---|
committer | 2022-04-18 16:47:11 +0200 | |
commit | 094f032f747b96733982108f2e184df88d9b25ae (patch) | |
tree | a36209e2ca052cae14a88c0a4adce61702766d90 /testrig/config.go | |
parent | [documentation] add screenshots to docs (#459) (diff) | |
download | gotosocial-094f032f747b96733982108f2e184df88d9b25ae.tar.xz |
[feature] Add log-db-queries config option (#465)
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", |