Can you checkout the trunk code, build it and test it with your case? Gary
On Wed, Sep 4, 2013 at 7:35 AM, Ric Searle < [email protected]> wrote: > Hi, > > I'm evaluating beta8, with the following appender defined... > > <FastRollingFile name="SQL-FILE" fileName="/var/log/tomcat7/sql.log" > filePattern="/var/log/tomcat7/rolled/sql-%d{yyyy-MM-dd_HHmm}.log" > immediateFlush="true"> > <PatternLayout pattern="%d %-20C{1} : %m (Thread: %t)%n" /> > <SizeBasedTriggeringPolicy size="100 MB"/> > <DefaultRolloverStrategy max="10"/> > </FastRollingFile> > > All works well, except that old log files aren't being deleted. I just had > to delete 300x 100MB files. > > Any idea what I've got wrong? > > Thanks, > > Ric Searle > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- E-Mail: [email protected] | [email protected] Java Persistence with Hibernate, Second Edition<http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory
