My solution to the problem was to change the appender to a plain "FileAppender" with "MaxFileSize" set to an arbitrary value and "MaxBackupIndex" set to zero which will cause the file to get truncated when it reaches its maximum size and then writing again to the file.
Although each time the process which write to the file begins, the file gets truncated and all previous information is discarded. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3833907#3833907 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3833907 ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
