svn commit: r1827 - in logback/trunk/logback-site/src/site/pages: . manual

Author: ceki Date: Wed Oct 8 22:50:37 2008 New Revision: 1827 Modified: logback/trunk/logback-site/src/site/pages/manual/appenders.html logback/trunk/logback-site/src/site/pages/news.html Log: blurb about automatic file creation Modified: logback/trunk/logback-site/src/site/pages/manual/appenders.html ============================================================================== --- logback/trunk/logback-site/src/site/pages/manual/appenders.html (original) +++ logback/trunk/logback-site/src/site/pages/manual/appenders.html Wed Oct 8 22:50:37 2008 @@ -498,6 +498,11 @@ specified as <em>c:/temp/test.log</em> or alternatively as <em>c:\\temp\\test.log</em>. The <span class="option">File</span> option has no default value. + + <p>If the parent directory of the file does now exist, the + FileAppender will automatically create it, including any + necessary but nonexistent parent directories. + </p> </td> </tr> <tr class="a"> 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 Wed Oct 8 22:50:37 2008 @@ -74,6 +74,15 @@ thus controlling then number of archived log files.</p> <p>Fixed issue <a + href="http://jira.qos.ch/browse/LBCORE-42">LBCORE-42</a>. If the + parent directory of the log file does not exist, then FileAppender + will create it, including any necessary but nonexistent parent + directories. + </p> + + + + <p>Fixed issue <a href="http://jira.qos.ch/browse/LBCORE-27">LBCORE-27</a> reported by Peter Royal. SMTPAppender now outputs its presentation footer and file footer in the the correct order.
participants (1)
-
noreply.ceki@qos.ch