DailyRollingFileAppender RollingFileAppender don't create backups

2002-07-16 Thread Grübel, Nicole
Hi! I know, these appenders have already been discussed, but I couldn't find a solution that would work in the archive. I just want to have an appender that rolls every day (DailyFile) and creates/saves 1 log-file (DailyLog4J.log) and 1 backup-file. And I want another appender that rolls when

AW: DailyRollingFileAppender RollingFileAppender don't create backups

2002-07-16 Thread Grübel, Nicole
I just changed my configuration of the RollingFileAppernder a little bit ... appender name = RollingDatei class = org.apache.log4j.RollingFileAppender param name = Append value = true / param name = maxFileSize value = 3KB / param name = maxBackupIndex value = 3 /