When using RollingFileAppender, is it possible configure log4j to automatically rename the extension of a file?
For example, instead of calling it "mylog.txt.1", it should name it " mylog.log.1". This is a requirement to allow a remote log transfer agent to pickup. Any help is appreciated.
