carterkozak commented on issue #271: Proposed fix for LOG4J2-2610 rollover 
issue:
URL: https://github.com/apache/logging-log4j2/pull/271#issuecomment-502937529
 
 
   the Test failure was due to triggering rollover twice within a single 
interval of the smallest date component (millisecond) without a %i pattern 
present. This behavior is similar to rollover in a file with pattern 
“rollingtest-%d{yyyy}”, where Rollovers inside of a single year will overwrite 
previous rollovers. This can be solved by adding %i to the pattern to increment 
on each roll inside of that window, and is expected behavior. I believe the 
windows bug was addressed by Ralph’s commit a few days ago.

----------------------------------------------------------------
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

Reply via email to