From eb1fb6312850f210e85ca1c0e866dd8ddadf9e21 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Thu, 10 Mar 2016 19:28:32 +0100 Subject: Fix #436 Call to undefined method Logger::warning in i.php Change log_lvl for release branch --- include/config_default.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/config_default.inc.php b/include/config_default.inc.php index 91d620edb..87baa29ab 100644 --- a/include/config_default.inc.php +++ b/include/config_default.inc.php @@ -828,7 +828,7 @@ $conf['log_dir'] = '/logs'; // Log level (OFF, CRITICAL, ERROR, WARNING, NOTICE, INFO, DEBUG) // development = DEBUG, production = ERROR -$conf['log_level'] = 'DEBUG'; +$conf['log_level'] = 'ERROR'; // Keep logs file during X days $conf['log_archive_days'] = 30; -- cgit v1.2.3