diff options
Diffstat (limited to 'cmd/gotosocial/flag/usage.go')
| -rw-r--r-- | cmd/gotosocial/flag/usage.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/gotosocial/flag/usage.go b/cmd/gotosocial/flag/usage.go index d7e7fb417..63c3eac5d 100644 --- a/cmd/gotosocial/flag/usage.go +++ b/cmd/gotosocial/flag/usage.go @@ -22,6 +22,7 @@ import "github.com/superseriousbusiness/gotosocial/internal/config" var usage = config.KeyNames{ LogLevel: "Log level to run at: [trace, debug, info, warn, fatal]", + LogDbQueries: "Log database queries verbosely when log-level is trace or debug", ApplicationName: "Name of the application, used in various places internally", ConfigPath: "Path to a file containing gotosocial configuration. Values set in this file will be overwritten by values set as env vars or arguments", Host: "Hostname to use for the server (eg., example.org, gotosocial.whatever.com). DO NOT change this on a server that's already run!", |
