nateinindy opened a new issue, #1714: URL: https://github.com/apache/logging-log4j2/issues/1714
We are consuming JMS messages and writing them to log, I want them to roll by size or time, which ever happens first. I am using cron and size policy. Problem is, when the file rolls by size, it rolls with the same name that the last cron roll had and therefore overwrites the file every time until the next cron roll. Then the size roll picks up that new name and continues to overwrite it, and so on. ## Configuration **Version:** 2.20.0 **Operating system:** Oracle Linux 9.1 **JDK:** OpenJDK 20.0.2 ## Logs n/a ## Reproduction Use same configuration as I have outlined above. -- 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]
