andersonjb
Programmer
How do you stop the FileAppenders from truncating an existing log file each time log4J is restarted? The docs say call fileAppender.setAppend(true), and that true is the default. And yet each time we bounce our app server, Log4j truncates the existing logs.