rgoers commented on issue #271: Proposed fix for LOG4J2-2610 rollover issue: URL: https://github.com/apache/logging-log4j2/pull/271#issuecomment-502745552 @carterkozak Please try the latest change I made on the release-2.x branch and see if it addresses the issue for you. I simply increased the size of the file required before a rollover can take place. I suspect that the real problem here is that the clock on Windows has a granularity larger than 1ms so that the rollovers have to occur at least some number of milliseconds apart to make sure the clock is updated and duplicate files don't occur.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services