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:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-05-11 20:58:02 +0400
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-05-11 20:58:02 +0400
commit420311f7335a746f599ab2b01dada32db98cdccc (patch)
treed10ab537682f1e84cf69aad825ce226a005c13a0 /config
parent578f296afc7f0ac10aece96e89b790c9fd524919 (diff)
- now logging error & exceptions to the error output
- improving SQL profiling output, adding new option to enable sql profiling in configuration file
Diffstat (limited to 'config')
-rwxr-xr-xconfig/global.ini.php7
1 files changed, 6 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 92f7664f0d..638a138bd2 100755
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -62,10 +62,14 @@ PluginsInstalled[] = Installation
; this is useful when making changes to the archiving code so we can
always_archive_data = false
+; if set to true, all the SQL queries will be recorded by the profiler
+; and a profiling summary will be printed at the end of the request
+enable_sql_profiler = false
+
[General]
; Time in seconds after which an archive will be computed again.
; This setting is used only for today's statistics.
-time_before_archive_considered_outdated = 600
+time_before_archive_considered_outdated = 20
; When loading piwik interface, we redirect the user to 'yesterday' statistics by default
; Possible values: yesterday, today, or any YYYY-MM-DD
@@ -185,5 +189,6 @@ cache_dir = tmp/cache
; error reporting inside Smarty
error_reporting = E_ALL|E_NOTICE
+
; should be set to false in a piwik release
debugging = true