Hey,
I'm creating a log with FileAppender to my application programmatically, and I set the append flag to false, but it keeps append the logging in the same file, instead of reseting the file.
What may be the problem? How can I reset the log file in every application execution ?
Note: the method is used by several classes, the idea is that every class logs into that file, and in another application run the file be reseted.
--
Kind Regards,
Pedro Rijo