RE: Problem with RollingFileAppender when restarting application

2004-11-16 Thread Nicko Cadell
The RollingFileAppender inherits its AppendToFile behaviour from the FileAppender. Therefore if AppendToFile is false then it overwrites the file. In the case of the RollingFileAppender where the appender knows how to roll the file then it would be better to roll the file out of the way rather than

Antwort: RE: Problem with RollingFileAppender when restarting application

2004-11-11 Thread magdalena . gambietz1
dkopie: Magdalena Gambietz/AGGAM/MUC/AGFA/DE/BAYER) | | Thema:RE: Problem wit

RE: Problem with RollingFileAppender when restarting application

2004-11-10 Thread Senthil Sivasubramanian S
I believe you should set the "appendToFile" flag to True in the config if you want the current contents of the log file not to be erased at startup of the App: -Senthil SS. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 10, 2004 5:03 PM