qos-ch / logback

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

Feature to clean up logs by last modified date for TimeBasedArchiveRemover #763

Open tiancishen opened 8 months ago

tiancishen commented 8 months ago

https://github.com/qos-ch/logback/issues/764

Added a new flag cleanLogsByLastModifiedDate to TimeBasedArchiveRemover, to enable cleaning log files by when they were last modified instead of looping through the expected file names.

Added missing checkIncrement field to SizeAndTimeBasedRollingPolicy and pass to SizeAndTimeBasedFNATP