Re: Problem using RollingFileAppender

2008-05-16 Thread Dale King
It's designed that way. Since you are using a properties file I assume you are using the RollingFileAppender as opposed to the rolling.RollingFileAppender. The latter is a better replacement that is more generic, but it can't be configured from a properties file. This more generic one uses a Rolli

Problem using RollingFileAppender

2008-05-16 Thread Zhao Qinghua
Hi, I have encountered a weird problem when using log4cxx's RollingFileAppender. In the log4j.properties file, if I assign MaxBackupIndex a value < 13, it will work properly, for example, if I set MaxBackupIndex = 5, it will correctly backup 5 log files. However, if I set it to a value > 13, t