summaryrefslogtreecommitdiff
path: root/testrig/config.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2022-04-18 16:47:11 +0200
committerLibravatar GitHub <noreply@github.com>2022-04-18 16:47:11 +0200
commit094f032f747b96733982108f2e184df88d9b25ae (patch)
treea36209e2ca052cae14a88c0a4adce61702766d90 /testrig/config.go
parent[documentation] add screenshots to docs (#459) (diff)
downloadgotosocial-094f032f747b96733982108f2e184df88d9b25ae.tar.xz
[feature] Add log-db-queries config option (#465)
Diffstat (limited to 'testrig/config.go')
-rw-r--r--testrig/config.go1
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",