posted 18 years ago
Hi,
In my log4j properties i have specified DailyRollingFileAppender in order to rollover 4 log files and the DatePattern that i have specified is '.'yyyy_mm_dd (rolling over at midnight), but the problem is that one of the log file is not getting rolled over at all, while the other log files are getting rolled over but not at midnight.
The log4j properties looks fine.
Can i get a solution to this problem.