https://issues.apache.org/bugzilla/show_bug.cgi?id=56562
Bug ID: 56562 Summary: RollingFileAppender creating junk files Product: Log4j Version: 1.2 Hardware: PC OS: Linux Status: NEW Severity: blocker Priority: P2 Component: Appender Assignee: log4j-dev@logging.apache.org Reporter: anilk...@gmail.com Hi, I am using log4j 1.2.16 version and my log4j configuration is log4j.appender.file=org.apache.log4j.RollingFileAppender log4j.appender.file.File=${appLogDir}/${application}_${container.host}.log log4j.appender.file.MaxFileSize=2MB log4j.appender.file.MaxBackupIndex=10 log4j.appender.file.layout=org.apache.log4j.PatternLayout log4j.appender.file.layout.ConversionPattern=%d{ISO8601}|%5p|%t|%c{1}|%m%n # Console appender log4j.appender.console=org.apache.log4j.ConsoleAppender log4j.appender.console.layout=org.apache.log4j.PatternLayout log4j.appender.console.immediateFlush=true log4j.appender.console.layout.ConversionPattern=%d{ISO8601}|%-5p|%t|%C|%m%n Log4j creating junks file named "dumps". I could not find the reason for this. Can you please address this issue? let me know if you need any additional information. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: log4j-dev-unsubscr...@logging.apache.org For additional commands, e-mail: log4j-dev-h...@logging.apache.org