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:
authormattab <matthieu.aubry@gmail.com>2014-05-08 09:23:35 +0400
committermattab <matthieu.aubry@gmail.com>2014-05-08 09:23:35 +0400
commit5a9aef4ddfb6f64f6e0703253e74dd4a8b033957 (patch)
tree8bc42d3151ec2d9753d62b39cfc007a444b46a4b /config
parent35f3d3699b4e60239f0a8ff78a1fec60876b5473 (diff)
Comments
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 5da8d36871..51e2739837 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -47,7 +47,7 @@ log_writers[] = screen
; NONE, ERROR, WARN, INFO, DEBUG, VERBOSE
log_level = WARN
-; if set to 1, only requests done in CLI mode (eg. the archive.php cron run) will be logged
+; if set to 1, only requests done in CLI mode (eg. the ./console core:archive cron run) will be logged
; NOTE: log_only_when_debug_parameter will also be checked for
log_only_when_cli = 0
@@ -90,7 +90,7 @@ allow_upgrades_to_beta = 0
[DebugTests]
; Set to 1 by default. If you set to 0, the standalone plugins (with their own git repositories)
; will not be loaded when executing tests.
-enable_load_standalone_plugins_during_tests = 1
+enable_load_standalone_plugins_during_tests = 0
[General]
; the following settings control whether Unique Visitors will be processed for different period types.