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-11-07 08:57:58 +0300
committermattab <matthieu.aubry@gmail.com>2014-11-07 08:57:58 +0300
commit4a52a7f360eba70f66a1d6880aba74dc552a4a0d (patch)
treeea76cdfb1eb0ce70b193f477bb76be2d1285c613 /config
parentc90cb332989fc60f37be6f85db15cf2d13d413f7 (diff)
refs #6612 Set default logger level to ERROR so that only real errors break the archiver (and not simple warnings)
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index bc14fce1e4..7c9d9e1bc0 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -58,7 +58,7 @@ log_writers[] = screen
; log level, everything logged w/ this level or one of greater severity
; will be logged. everything else will be ignored. possible values are:
; NONE, ERROR, WARN, INFO, DEBUG, VERBOSE
-log_level = WARN
+log_level = ERROR
; 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