Hi,
Is it possible to set up a RollingFileAppender so that the current log file (i.e. today's) doesn't have a date as part of the filename? Then when the log rolls over, the date is appended to the filename similar to how log4j's DailyRollingFileAppender works?
Thanks!