mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-28 16:22:24 -05:00
[feature] Add log-db-queries config option (#465)
This commit is contained in:
parent
e74ec70dbf
commit
094f032f74
11 changed files with 43 additions and 15 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue