Daniel John Debrunner wrote:
In RollingFileAppender.rollOver() after a successful roll over is this
[snip]

On further debugging, I found out the code is using RollingFileAppender from extras and
not the base (ie. org.apache.log4j.rolling.RollingFileAppender).

The same issue exists there but with a different codepath, now the implementations of RollingPolicy.rollover() always return a RolloverDescription with append set to false, e.g. line 189 of FixedWindowRollingPolicy has:

      return new RolloverDescriptionImpl(
        currentFileName, false, renameAction, compressAction);

Note the false hard-coded for append, so the question still is ...

Any justification for dropping of the append status?

Dan.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to