From 7ff1a03a3cc977f446aa73d35e69657ff9a800dd Mon Sep 17 00:00:00 2001 From: Pierre Goiffon Date: Wed, 4 Mar 2020 16:04:19 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02820=20monthly=20log=20rotation=20:=20re?= =?UTF-8?q?store=20default=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/config.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/config.class.inc.php b/core/config.class.inc.php index 518eaf14d..f6677e43e 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -406,7 +406,7 @@ class Config 'log_filename_builder_impl' => array( 'type' => 'string', 'description' => 'Name of the iLogFileNameBuilder to use', - 'default' => 'timezone', + 'default' => 'MonthlyRotatingLogFileNameBuilder', 'value' => '', 'source_of_value' => '', 'show_in_conf_sample' => false,