Where is the rub?
<appender name="MediaFwk" class="org.apache.log4j.FileAppender"> At 17:34 26.06.2002 +0200, François BARBE wrote: >yep, I guess it is, but the size is not bigger for just few KB... >the size steal increase during the execution. > > --- Ceki Gülcü <[EMAIL PROTECTED]> a écrit : > > > > It is normal if the size of the files is not exactly 1024KB. Keep in mind > > that the last appended logging event is not truncated. > > > > At 09:34 26.06.2002 +0200, François BARBE wrote: > > >Hi all, > > > > > >I try to use a RollingFileAppender but it doesn't work.... > > > > > >I want to roll over 3 files and to have 1024KB for the max size. > > >Here the configuration I use: > > > > > ><appender name="MediaFwk" class="org.apache.log4j.FileAppender"> > > > <param name="MaxFileSize" value="1024KB" /> > > > <param name="MaxBackupIndex" value="3" /> > > > > > > <param name="File" value="tracesFwk.txt" /> > > > <layout class="amt.tech.fwk.journalsortie.FwkPatternLayout"> > > > <param name="ConversionPattern" > > > value="%d{HH:mm:ss};%p;%b;%m;%n"/> > > > </layout> > > ></appender> > > > > > >I've got my log, but there's always 1 file and its size can go over > 1024KB... > > >What's wrong ? > > > > > >Thanks > > >Francois -- Ceki -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>