summaryrefslogtreecommitdiff
path: root/internal/config/values.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 /internal/config/values.go
parent[documentation] add screenshots to docs (#459) (diff)
downloadgotosocial-094f032f747b96733982108f2e184df88d9b25ae.tar.xz
[feature] Add log-db-queries config option (#465)
Diffstat (limited to 'internal/config/values.go')
-rw-r--r--internal/config/values.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/config/values.go b/internal/config/values.go
index ebee4e4b7..1c71e4e30 100644
--- a/internal/config/values.go
+++ b/internal/config/values.go
@@ -21,6 +21,7 @@ package config
// Values contains contains the type of each configuration value.
type Values struct {
LogLevel string
+ LogDbQueries bool
ApplicationName string
ConfigPath string
Host string