rgoers commented on issue #1714:
URL: 
https://github.com/apache/logging-log4j2/issues/1714#issuecomment-1685366210

   I haven't looked at the code but I am wondering if you will get different 
results if you remove the microseconds from the file patthern. I suspect it 
thinks the file is rolling every microsecond so when it rolls by size it is in 
a different microsecond so it leaves the counter at 1. 
   
   As for the TimeBasedTriggeringPolicy you would have to provide the 
configuration for that as i seriously doubt you have it set to roll every 
microsecond.
   
   In both cases, if you add -Dlog4j2.debug=true to your startup you will get 
logs at rollover that will be needed to diagnose this further.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to