diff --git a/core/config.class.inc.php b/core/config.class.inc.php index c18bdd5c2..f6677e43e 100644 --- a/core/config.class.inc.php +++ b/core/config.class.inc.php @@ -405,8 +405,8 @@ class Config ), 'log_filename_builder_impl' => array( 'type' => 'string', - 'description' => 'Name of the ILogFileNameBuilder to use', - 'default' => 'WeeklyRotatingLogFileNameBuilder', + 'description' => 'Name of the iLogFileNameBuilder to use', + 'default' => 'MonthlyRotatingLogFileNameBuilder', 'value' => '', 'source_of_value' => '', 'show_in_conf_sample' => false,