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?
Think you are getting things in a different way. i want DailyRollingFileAppender to work in a different way, i want to do the job exactly what it does with the condition on size of the file. DailyRollingFileAppender does this way, on the end of the day it rolls out as Application.log.2007-06-17 i want this rollout to happened when the size exceeds 250 MB and roll out as
Application.log.2007-06-17.1 , Application.log.2007-06-17.2 etc....
Thanks in advance,