Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Duplicate
-
1.2.13
-
None
-
None
-
Windows XP, Windows server 2008, .Net 4.0
Description
When logging from the main thread after a date change and the maxsize of backups is reached, the existing log lines of other threads is removed from the file (or file is overwritten). Logging from other (sub) threads don't affect the file contents.
Relevant appender configuration:
<lockingModel type="log4net.Appender.FileAppender+MinimalLock" />
<appendToFile value="true" />
<staticLogFileName value="false" />
<rollingStyle value="Date" />
<datePattern value="yyyy-MM-dd'.log'" />
<maxSizeRollBackups value="2" />
Attachments
Issue Links
- duplicates
-
LOG4NET-27 Rolling files on date/time boundaries doesn't support a maximum number of backup files.
- Open