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) --- internal/config/defaults.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/config/defaults.go') 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: "", -- cgit v1.2.3