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=38567>. 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=38567 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Additional Comments From [EMAIL PROTECTED] 2006-02-08 18:10 ------- org.apache.log4j.DailyRollingFileAppender has been deprecated in log4j 1.3 in preference to the org.apache.log4j.rolling.RollingFileAppender which allows pluggable TriggeringPolicy's (detects when to roll over the file) and RollingPolicy's (which control how files are renamed or modified during a rollover). This represents our attempt to "change the design" of o.a.l.DailyRollingFileAppender. If you encounter issues with log4j 1.3's o.a.l.rolling.RollingFileAppender design, please describe your situation on the log4j-dev mailing list and we can work through the issues and possibly improve its design. If you override DRFA.subAppend() and do not call super.subAppend() or duplicate its code, log rotation will not be triggered since the calls to check the rollover criteria are in super.subAppend(). If you must use log4j 1.2.x, you could describe your problem on log4j-user and perhaps we could find a better solution, however changes to DRFA are highly unlikely since it is deprecated. -- 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]
