qos-ch / logback

The reliable, generic, fast and flexible logging framework for Java.
http://logback.qos.ch
Other
2.97k stars 1.28k forks source link

Mid day rotation not working #783

Open quinarygio opened 6 months ago

quinarygio commented 6 months ago

Hello, I need to rotate logs twice a day at midnight and mid day. Using version 1.4.11 I configured a TimeBasedRollingPolicy with fileNamePattern "myfile-%d{yyyy-MM-dd-a}.log"
The log are still rotated only at midnight. How to configure mid day rotation ?