I am using a RollingFileAppender.

When the file rolls over, the new file is not being appended.

I put code in to trace what was happening in the setFile
method of the RollingFileAppender. The getAppend( ) method
printed out true (as defaulted) but after the rollOver( ) method
was called the getAppend( ) method returned false.

Any idea why the append value would get set to false upon
rollover?

Thanks,
Adam Horry

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to