[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch master updated. v_1.0.0-67-g65b370c

Gitbot git-noreply at pixie.qos.ch
Thu Mar 1 19:56:08 CET 2012


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 <ceki at qos.ch>
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>,
   <appender name="EMAIL" class="ch.qos.logback.classic.net.SMTPAppender">
     <b><smtpHost>smtp.gmail.com</smtpHost></b>
     <b><smtpPort>465</smtpPort></b>
-    <b><ssl>true</ssl></b>
+    <b><SSL>true</SSL></b>
     <b><username>YOUR_USERNAME at gmail.com</username></b>
     <b><password>YOUR_GMAIL_PASSWORD</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.


More information about the logback-dev mailing list