|
||||||||
|
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

Just above your linked diff, you can see that the interface CyclicBufferTracker has been changed to a class, implementing the code from the former CyclicBufferTrackerImpl.
So you can just omit the attribute class="ch.qos.logback.core.spi.CyclicBufferTrackerImpl" in your cyclicBufferTracker element of your logback configuration and per default, the implementation of the new CyclicBufferTracker class will be used.
The documentation should be updated, though.