New submission from Desmond Cox <desmon...@gmail.com>: See https://issues.apache.org/jira/browse/LOG4NET-64 - "[PATCH] to RollingFileAppender.cs to add the ability to preserve the log file name extension when rolling the log file."
Currently, rollover appends a numeric extension to the base file name. E.g.: app.log app.log.1 app.log.2 Consider adding an option to preserve the log file name extension. E.g.: app.log app.1.log app.2.log This maintains file associations in Windows, most notably. ---------- components: Library (Lib) messages: 115272 nosy: desmondgc priority: normal severity: normal status: open title: logging.handlers.RotatingFileHandler: implement "preserve log file name extension" feature type: feature request versions: Python 2.7 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9726> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com