N°2793 log rotation test : fix timezone issues

This commit is contained in:
odain
2020-03-04 11:43:26 +01:00
committed by Pierre Goiffon
parent 6675d7d42a
commit c06f8e9a98
3 changed files with 46 additions and 13 deletions

View File

@@ -406,7 +406,7 @@ class Config
'log_filename_builder_impl' => array(
'type' => 'string',
'description' => 'Name of the iLogFileNameBuilder to use',
'default' => 'MonthlyRotatingLogFileNameBuilder',
'default' => 'timezone',
'value' => '',
'source_of_value' => '',
'show_in_conf_sample' => false,