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 d52ee5dcef840f3083950b0374bc5b06f9dfae97 (commit) from 090b95566ecbae1a3321bed43b1d9c15dcac32e8 (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=d52ee5dcef840f3083950b0374bc5b06f9dfae97 http://github.com/ceki/logback/commit/d52ee5dcef840f3083950b0374bc5b06f9dfae97 commit d52ee5dcef840f3083950b0374bc5b06f9dfae97 Author: Ceki Gulcu <c...@qos.ch> Date: Tue Oct 5 20:48:39 2010 +0200 - typo fix diff --git a/logback-site/src/site/pages/manual/appenders.html b/logback-site/src/site/pages/manual/appenders.html index 0755721..3944286 100644 --- a/logback-site/src/site/pages/manual/appenders.html +++ b/logback-site/src/site/pages/manual/appenders.html @@ -2669,14 +2669,14 @@ logger.error(<b>notifyAdminMarker</b>, MDCDiscriminator</a></h3> <p>As mentioned earlier, by specifiying a discriminator other than - the default one, SMTPAppender will generate email messages - containing events pertaining to a particular user, user session or - client IP address, depending on the discriminator. + the default one, <code>SMTPAppender</code> will generate email + messages containing events pertaining to a particular user, user + session or client IP address, depending on the specified discriminator. </p> - <p>The next example uses <a - href="../xref/ch/qos/logback/classic/sift/MDCBasedDiscriminator.html">MDCBasedDsicriminator</a> - focused on the MDC key named "req.remoteHost" which is assumed to + <p>The next example illustrates the use of<a + href="../xref/ch/qos/logback/classic/sift/MDCBasedDiscriminator.html">MDCBasedDiscriminator</a> + in conjuction with the MDC key named "req.remoteHost", assumed to contain the IP address of the remote host accessing a fictitious application. In a web-application, you could use <a href="mdc.html#mis">MDCInsertingServletFilter</a> to populate MDC ----------------------------------------------------------------------- Summary of changes: logback-site/src/site/pages/manual/appenders.html | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework. _______________________________________________ logback-dev mailing list logback-dev@qos.ch http://qos.ch/mailman/listinfo/logback-dev