Update the config key to database_log_queries so it is more descriptive, as suggested in #9785.

This commit is contained in:
Furtchet
2017-11-06 08:01:31 -06:00
parent 5fdfa3ff7e
commit a51b1e8951
4 changed files with 4 additions and 4 deletions

View File

@@ -83,7 +83,7 @@ max_idle_conn = 2
max_open_conn =
# Set to true to log the sql calls and execution times.
debug =
log_queries =
# For "postgres", use either "disable", "require" or "verify-full"
# For "mysql", use either "true", "false", or "skip-verify".