Problem with RollingFileAppender

2006-06-14 Thread Shriraghavan, Sowmya
Hi all, I'm having an issue with the RollingFileAppender. I've set the rollover size to 25MB, but sometimes, on rollover it renames the file to logfile.log.1, but does not create logfile.log again - it continues writing to logfile.log.1. I end up with missing log files because of this. Is this a k

RE: Log4J problem with RollingFileAppender and backups

2004-09-29 Thread Järkeborn Joacim
Log4J Users List > Subject: RE: Log4J problem with RollingFileAppender and backups > > > Some additional notes... > > The renaming of "mylog.log.x" --> "mylog.log.x+1" works but > NOT "mylog.log" --> "mylog.log.1". Therefore the b

RE: Log4J problem with RollingFileAppender and backups

2004-09-28 Thread Järkeborn Joacim
sage- > From: Järkeborn Joacim [mailto:[EMAIL PROTECTED] > Sent: den 28 september 2004 09:48 > To: [EMAIL PROTECTED] > Subject: Log4J problem with RollingFileAppender and backups > > Hi, > > > We are using Log4J in our J2EE application with > RollingFileAppender and

Log4J problem with RollingFileAppender and backups

2004-09-28 Thread Järkeborn Joacim
Hi, We are using Log4J in our J2EE application with RollingFileAppender and a number of backups. When the appserver and application starts everything seems to work as it should, it creates the logfile and backups after the max file size have been reached. When max backup parameters are reac