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:
authorThomas Steur <thomas.steur@googlemail.com>2014-03-25 02:06:02 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-25 02:06:02 +0400
commitdbe8a799d7e7fc8417b13ac8838f963d6187a5dc (patch)
tree211a000d9af9ddff863a851a1e89fcbe74d32187 /config
parent0ab1d1040899ddf03ba5386a78523e7d2c780442 (diff)
refs #4780 added possibility to enable tracker debug via config, use logger for printing debug messages which allows users to log to screen, file or db
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 94d45e6f94..553d6a9c14 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -400,6 +400,10 @@ enable_update_communication = 1
; this is useful when you want to do cross websites analysis
use_third_party_id_cookie = 0
+; If tracking does not work for you or you are stuck finding an issue, you might want to enable the tracker debug mode.
+; Once enabled (set to 1) messages will be logged to all loggers defined in "[log] log_writers" config.
+debug = 0
+
; There is a feature in the Tracking API that lets you create new visit at any given time, for example if you know that a different user/customer is using
; the app then you would want to tell Piwik to create a new visit (even though both users are using the same browser/computer).
; To prevent abuse and easy creation of fake visits, this feature requires admin token_auth by default