|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ logback-dev mailing list [email protected] http://mailman.qos.ch/mailman/listinfo/logback-dev

Any update on this?
Is there a way to achieve the same result by using a different combination of rolling and triggering policies? At the moment I'm using:
<rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
...
<timeBasedFileNamingAndTriggeringPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP">
...
<maxHistory>2</maxHistory>
</timeBasedFileNamingAndTriggeringPolicy>
</rollingPolicy>