Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
M1, M2, M2.1, M3, M4
-
None
-
None
Description
When the log file rolls over it will be named according to DatePattern, it will also however rollover based on that DatePattern. So if the log fills its max size within that DatePattern the old backup file will be overwritten.
FIX: a .n value should be appended to the file so that we can have log files with DatePattern 'YYYY' resulting in log files 2009.0, 2009.1, 2009.2, ...