chore: correct value of log-query in example config file
Signed-off-by: Taimoor Zaeem <taimoorzaeem@gmail.com>
This commit is contained in:
committed by
Steve Chavez
parent
af6edc575d
commit
7b85333b88
@@ -702,7 +702,7 @@ exampleConfigFile = S.unlines
|
|||||||
, "log-level = \"error\""
|
, "log-level = \"error\""
|
||||||
, ""
|
, ""
|
||||||
, "## Log the SQL query at the current log-level."
|
, "## 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."
|
, "## Determine if the OpenAPI output should follow or ignore role privileges or be disabled entirely."
|
||||||
, "## Admitted values: follow-privileges, ignore-privileges, disabled"
|
, "## Admitted values: follow-privileges, ignore-privileges, disabled"
|
||||||
|
|||||||
Reference in New Issue
Block a user