FileAppender creates a new log file when system date changes

Posted by Ashu on Stack Overflow See other posts from Stack Overflow or by Ashu
Published on 2010-03-30T08:42:43Z Indexed on 2010/03/30 8:43 UTC
Read the original article Hit count: 364

Filed under:
|

I am using FileAppender for logging. This creates a new log file when the date is changed. I have requirement to parse the log file so i want to create only a single log file irrespective of date. Is there any way to achieve this (i.e. all the logs should go in one file)?

© Stack Overflow or respective owner

Related posts about log4j

Related posts about fileappender