DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=42598>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=42598 Summary: Allow rolling appenders to put rolled files in another directory Product: Log4j Version: 1.2 Platform: All OS/Version: other Status: NEW Keywords: PatchAvailable Severity: normal Priority: P2 Component: Appender AssignedTo: log4j-dev@logging.apache.org ReportedBy: [EMAIL PROTECTED] This is a patch that allows DailyRollingFileAppender and RollingFileAppender to specify a backup directory to roll log files into. e.g. in log4j.properties for a RollingFileAppender you can specify log4j.appender.testAppender.file=sample.log log4j.appender.testAppender.BackupDirectory=archive and backup files will be rolled into the archive directory It will attempt to create the backup directory if it doesn't exist. If it cannot create the backup directory it will use the default directory the log file is in. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]