Bernd Winter commented on Bug LOGBACK-933

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.

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