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  65b370c9dc28c31d23b9bf4a2269de08685e7327 (commit)
      from  0877b9c3e93e159adce108834e608b67929ec74d (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=65b370c9dc28c31d23b9bf4a2269de08685e7327
http://github.com/ceki/logback/commit/65b370c9dc28c31d23b9bf4a2269de08685e7327

commit 65b370c9dc28c31d23b9bf4a2269de08685e7327
Author: Ceki Gulcu <[email protected]>
Date:   Thu Mar 1 19:55:14 2012 +0100

    minor edits

diff --git a/logback-site/src/site/pages/access.html 
b/logback-site/src/site/pages/access.html
index 6e69f22..a3707ba 100644
--- a/logback-site/src/site/pages/access.html
+++ b/logback-site/src/site/pages/access.html
@@ -325,7 +325,7 @@
                <p>The configuration file below configures a daily rolling
                <code>RollingFileAppender</code>. Note that due to the
                <em>.zip</em> suffix included in the value for <span
-               class="option">fileNamePattern</span> option, the log file are 
not
+               class="option">fileNamePattern</span> option, the log files are 
not
                only rolled daily, but they are also automatically 
compressed.</p>
 
 
diff --git a/logback-site/src/site/pages/manual/appenders.html 
b/logback-site/src/site/pages/manual/appenders.html
index edb0a13..18c46b2 100644
--- a/logback-site/src/site/pages/manual/appenders.html
+++ b/logback-site/src/site/pages/manual/appenders.html
@@ -2359,7 +2359,7 @@ logger.error(<b>notifyAdmin</b>,
   &lt;appender name="EMAIL" class="ch.qos.logback.classic.net.SMTPAppender">
     <b>&lt;smtpHost>smtp.gmail.com&lt;/smtpHost></b>
     <b>&lt;smtpPort>465&lt;/smtpPort></b>
-    <b>&lt;ssl>true&lt;/ssl></b>
+    <b>&lt;SSL>true&lt;/SSL></b>
     <b>&lt;username>[email protected]&lt;/username></b>
     <b>&lt;password>YOUR_GMAIL_PASSWORD&lt;/password></b>
 
diff --git a/logback-site/src/site/pages/manual/configuration.html 
b/logback-site/src/site/pages/manual/configuration.html
index c14f95d..0812333 100644
--- a/logback-site/src/site/pages/manual/configuration.html
+++ b/logback-site/src/site/pages/manual/configuration.html
@@ -1279,7 +1279,7 @@ public class MyApp3 {
   Unix shells. The string between an opening <em>${</em> and closing
   <em>}</em> is interpreted as a reference to the <em>value</em> of
   the property.  For property <em>aKey</em>, the string "${aKey}" will
-  be replaced the value held by the <em>aKey</em> property.
+  be replaced with the value held by the <em>aKey</em> property.
   </p>
 
   <p>A property can be defined in <em>local scope</em> (the default),

-----------------------------------------------------------------------

Summary of changes:
 logback-site/src/site/pages/access.html            |    2 +-
 logback-site/src/site/pages/manual/appenders.html  |    2 +-
 .../src/site/pages/manual/configuration.html       |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev

Reply via email to