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) --- docs/configuration/general.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'docs/configuration') diff --git a/docs/configuration/general.md b/docs/configuration/general.md index 5e23d4699..df53e42c2 100644 --- a/docs/configuration/general.md +++ b/docs/configuration/general.md @@ -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" -- cgit v1.2.3