
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Logback: the generic, reliable, fast and flexible logging framework.". The branch, master has been updated via 2931b6cb282e626ee7ff827f8ae02afe5c9e8172 (commit) from 7c700af7b2a87bd0344af92931ecc2e413e3ea87 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=2931b6cb282e626ee7ff827f8... http://github.com/ceki/logback/commit/2931b6cb282e626ee7ff827f8ae02afe5c9e81... commit 2931b6cb282e626ee7ff827f8ae02afe5c9e8172 Author: Ceki Gulcu <ceki@qos.ch> Date: Sun Apr 22 19:06:12 2012 +0200 minor edits diff --git a/logback-site/src/site/pages/manual/appenders.html b/logback-site/src/site/pages/manual/appenders.html index 56cf6f9..de31c49 100644 --- a/logback-site/src/site/pages/manual/appenders.html +++ b/logback-site/src/site/pages/manual/appenders.html @@ -797,15 +797,15 @@ public interface RollingPolicy extends LifeCycle { <p>The date-and-time pattern, as found within the accolades of %d{} follow java.text.SimpleDateFormat conventions. The forward slash '/' or backward slash '\' characters anywhere - within the fileNamePattern property or within the - date-and-time pattern will be interpreted as directory - separators. + within the <span class="option">fileNamePattern</span> + property or within the date-and-time pattern will be + interpreted as directory separators. </p> <p>It is possible to specify multiple %d tokens but only one of which can be primary, i.e. used to infer the rollover period. All other tokens <em>must</em> be marked as auxiliary - by passing the AUX paramater (see examples below).</p> + by passing the 'aux' parameter (see examples below).</p> </td> </tr> <tr> ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/manual/appenders.html | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.