Hi,
I contributed a TimeAndSizeRollingAppender last year that some people have been
using. I have fixed a couple of bugs that users pointed out and made the new
code available at http://www.simonsite.org.uk/.
The appender rolls by time, as well as by size, also cleaning up older log
files usi
The RollingFileAppender does not support naming the file using todays date.
You should download and use an alternate appender, such as...
* TimedRollingFileAppender, see
http://www.nabble.com/contribution%3A-TimedRollingFileAppender-td21076298.html
* DatedFileAppender, see http://logging.apache