summaryrefslogtreecommitdiff
path: root/test/test.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'test/test.yaml')
-rw-r--r--test/test.yaml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/test.yaml b/test/test.yaml
index 596437fc9..6bd15a703 100644
--- a/test/test.yaml
+++ b/test/test.yaml
@@ -23,6 +23,13 @@
# 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"