As per the documentation, DailyRollingFileAppender will do the file rolling at midnight of each day. But, if we close the appender and open the new appender for same log file, then it roll over the existing file and creates the new one. My requirement is, to reuse of the existing log file instead of rolling the log file. Please someone help me to achieve this.
Thank you for your advanced help