summaryrefslogtreecommitdiff
path: root/internal/config/defaults.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config/defaults.go')
-rw-r--r--internal/config/defaults.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/defaults.go b/internal/config/defaults.go
index e400f6599..847f10c81 100644
--- a/internal/config/defaults.go
+++ b/internal/config/defaults.go
@@ -24,6 +24,7 @@ import "github.com/coreos/go-oidc/v3/oidc"
// Note that if you use this, you still need to set Host and, if desired, ConfigPath.
var Defaults = Values{
LogLevel: "info",
+ LogDbQueries: false,
ApplicationName: "gotosocial",
ConfigPath: "",
Host: "",