I defined a RollingFileAppender in my log4j config file, it works fine for simple logging request. But when many loggers writing to the same log file, it behaves like this: original log file is: "foo.log", it should roll to "foo.log.1", "foo.log.2" now, "foo.log" did roll to "foo.log.1", but the new message also write to "foo.log.1" instead of the newly generated "foo.log" Is this a known bug? Thanks.
Regards, -- Alex Qi
