DailyRollingFileAppender & RollingFileAppender after a rollover continues to write on previous file...

2009-07-10 Thread Roberto Simoni
Hi to all. We use log4j in a big project for our customer on a linux/unix system (JBoss 4, JDK 1.5). Every day, I see current time logs present in two log file... the current (.log) and the previous log (.log. or .log.) as the rollover operation hasn't stopped to write to the previous file. We

Re: AW: DailyRollingFileAppender & RollingFileAppender after a rollover continues to write on previous file...

2009-07-13 Thread Roberto Simoni
itto: Problems with the rolling over behaviour occur mostly if more than one Appender write to the same file, e.g. out from different JVM's (since the file system cannot rename it if the other Appender still holds a handle on the file). Heri -Ursprüngliche Nachricht-