Description
It looks like the problem is at RollingRandomAccessFileManager.java:58.
I think there needs to be a check to see if the file is empty before appending the header
if (raf.length() == 0) writeHeader();
Attachments
Issue Links
- is duplicated by
-
LOG4J2-1030 Header in layout created every time application starts
- Closed