Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordiosmosis <benaka@piwik.pro>2015-04-22 08:21:14 +0300
committerdiosmosis <benaka@piwik.pro>2015-04-22 08:21:22 +0300
commit7c06332e4a866f99afc58b78ca27ed6d1a050402 (patch)
treee0ba946624f382727e43b74c5e06cdae38bbb703 /config
parenta5a50f9c00dec2c03226a3e8fa17dfca618905cd (diff)
Fixes #7640, add [Debug] log_sql_queries INI option to control whether SQL queries are logged.
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index f366e27820..2302fd582b 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -119,6 +119,9 @@ tracker_always_new_visitor = 0
; Allow automatic upgrades to Beta or RC releases
allow_upgrades_to_beta = 0
+; if set to 1, all SQL queries will be logged using the DEBUG log level
+log_sql_queries = 0
+
[DebugTests]
; When set to 1, standalone plugins (those with their own git repositories)
; will be loaded when executing tests.