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

@@ -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.
<hr />