
Author: ceki Date: Thu Jul 23 22:47:55 2009 New Revision: 2375 Modified: logback/trunk/logback-site/src/site/pages/news.html Log: - blurb about append mode being mandatory Modified: logback/trunk/logback-site/src/site/pages/news.html ============================================================================== --- logback/trunk/logback-site/src/site/pages/news.html (original) +++ logback/trunk/logback-site/src/site/pages/news.html Thu Jul 23 22:47:55 2009 @@ -38,6 +38,11 @@ reported by Roland Klein and independently by Didier Besset. </p> + <p>Append mode is now mandatory in + <code>RollingFileAppender</code>. This was already the default and + truncation mode is unreasonable in most cases. For example, in + truncate mode when an application stops and is quickly re-started, + any pre-existing log file for the current period will be lost.</p> <hr width="80%" align="center" />