N°2820 monthly log rotation : restore default config

This commit is contained in:
Pierre Goiffon
2020-03-04 16:04:19 +01:00
parent eadc3b72c2
commit 7ff1a03a3c

View File

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