[feature] Add log-db-queries config option (#465)

This commit is contained in:
tobi 2022-04-18 16:47:11 +02:00 committed by GitHub
commit 094f032f74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 43 additions and 15 deletions

View file

@ -16,6 +16,13 @@ The only things you *really* need to set here are `host`, which should be the ho
# Default: "info"
log-level: "info"
# Bool. Log database queries when log-level is set to debug or trace.
# This setting produces verbose logs, so it's better to only enable it
# when you're trying to track an issue down.
# Options: [true, false]
# Default: false
log-db-queries: false
# String. Application name to use internally.
# Examples: ["My Application","gotosocial"]
# Default: "gotosocial"