From 7b85333b8875492b89e3f94c21622630aceced49 Mon Sep 17 00:00:00 2001 From: Taimoor Zaeem Date: Sun, 5 Oct 2025 12:06:52 +0500 Subject: [PATCH] chore: correct value of log-query in example config file Signed-off-by: Taimoor Zaeem --- src/PostgREST/Config.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PostgREST/Config.hs b/src/PostgREST/Config.hs index 8f629cda9..e8ec08714 100644 --- a/src/PostgREST/Config.hs +++ b/src/PostgREST/Config.hs @@ -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"