Originally posted by Ulf Dittmer:
I don't think RollingFileAppender can do that. But if you write a class that extends it, it shouldn't be hard to have it rename the file any way you want (the rollover method is public and can be overwritten).
Originally posted by Paul Clapham:
The DailyRollingFileAppender does exactly that. And you wouldn't want the date to be part of the filename like that if you weren't rolling the log files daily, would you?