From 34f314552d3fba2f65dea959ac96bb59d3cb1336 Mon Sep 17 00:00:00 2001 From: Tom McClellan Date: Thu, 6 Jun 2019 04:13:27 -0500 Subject: [PATCH] Config: Add comment before log_queries in sample ini file (#17462) --- conf/sample.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/sample.ini b/conf/sample.ini index 8e71ed9c96d..81c932a611d 100644 --- a/conf/sample.ini +++ b/conf/sample.ini @@ -100,7 +100,7 @@ ;conn_max_lifetime = 14400 # Set to true to log the sql calls and execution times. -log_queries = +;log_queries = # For "sqlite3" only. cache mode setting used for connecting to the database. (private, shared) ;cache_mode = private