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

SizeAndTimeBasedRollingPolicy does not expose checkIncrement option #752

Open MikeDombo opened 9 months ago

MikeDombo commented 9 months ago

Hello,

checkIncrement was added in 1.3.12, but it is not configurable via SizeAndTimeBasedRollingPolicy which constructs SizeAndTimeBasedFNATP automatically.

Can checkIncrement get added as an option to SizeAndTimeBasedRollingPolicy?

Demonese commented 7 months ago

This problem still exists in v1.4.14. I should consider fixing it myself.