diff --git a/conf/defaults.ini b/conf/defaults.ini index 51c549bf070..a4c87356a55 100644 --- a/conf/defaults.ini +++ b/conf/defaults.ini @@ -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". diff --git a/conf/sample.ini b/conf/sample.ini index ec01b7c7979..6c522cffacc 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -92,7 +92,7 @@ ;max_open_conn = # Set to true to log the sql calls and execution times. -debug = +log_queries = #################################### Session #################################### [session] diff --git a/docs/sources/installation/configuration.md b/docs/sources/installation/configuration.md index 12c9d121490..24ddca9160f 100644 --- a/docs/sources/installation/configuration.md +++ b/docs/sources/installation/configuration.md @@ -224,7 +224,7 @@ The maximum number of connections in the idle connection pool. ### max_open_conn The maximum number of open connections to the database. -### debug +### log_queries Set to `true` to log the sql calls and execution times.