chore: correct value of log-query in example config file

Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
Taimoor Zaeem
2025-10-09 12:17:07 -05:00
committed by Steve Chavez
parent af6edc575d
commit 7b85333b88
+1 -1
View File
@@ -702,7 +702,7 @@ exampleConfigFile = S.unlines
, "log-level = \"error\""
, ""
, "## Log the SQL query at the current log-level."
, "log-query = \"disabled\""
, "log-query = false"
, ""
, "## Determine if the OpenAPI output should follow or ignore role privileges or be disabled entirely."
, "## Admitted values: follow-privileges, ignore-privileges, disabled"