N°2820 Log rotation : change default from weekly to monthly

This commit is contained in:
Pierre Goiffon
2020-03-03 10:21:56 +01:00
parent f062af367d
commit f36fcb2a2d

View File

@@ -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,