https://issues.apache.org/bugzilla/show_bug.cgi?id=53536
--- Comment #2 from Daniel Stankiewicz <[email protected]> --- Created attachment 29049 --> https://issues.apache.org/bugzilla/attachment.cgi?id=29049&action=edit Proposed patch The code of proposed patch is copied from org.apache.log4j.FileAppender.setFile(String, boolean, boolean, int) method. It would be best to extract this functionality in FileAppender to another protected method so that derived classes (like org.apache.log4j.rolling.RollingFileAppender) could use the method and the code wouldn't be duplicated. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
