[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.28-5-ga460c71

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Wed Feb 2 19:05:22 CET 2011


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  a460c71cff87906385e2d4194e5eb369819b7f99 (commit)
      from  3a81b67a5d49c791e421803ea2092dd403c96e64 (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=a460c71cff87906385e2d4194e5eb369819b7f99
http://github.com/ceki/logback/commit/a460c71cff87906385e2d4194e5eb369819b7f99

commit a460c71cff87906385e2d4194e5eb369819b7f99
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Wed Feb 2 18:58:28 2011 +0100

    minor edits

diff --git a/logback-site/src/site/pages/access.html b/logback-site/src/site/pages/access.html
index faf68c4..8fd3720 100644
--- a/logback-site/src/site/pages/access.html
+++ b/logback-site/src/site/pages/access.html
@@ -42,6 +42,14 @@
 		and can thus provide much of the functionality of logback-classic
 		but in the scope of HTPP-access logging. </p>
 
+    <p>It should be noted that while loback-access requires
+    logback-core, it is independent of logback-classic as well as
+    slf4j. Just as importantly, logback-access artifact must be
+    installed at the container level, not at web-applcation level. It
+    does not make sense to bundle <em>logback-access.jar</em> at the
+    level of a web-application.
+    </p>
+
     <a name="tomcat"></a>
 		<h1>Logback-access under Tomcat</h1>
 		
diff --git a/logback-site/src/site/pages/demo.html b/logback-site/src/site/pages/demo.html
index 207ebc8..90d7de3 100644
--- a/logback-site/src/site/pages/demo.html
+++ b/logback-site/src/site/pages/demo.html
@@ -28,13 +28,13 @@
     <h3>Installation</h3>
 
     <p> First, please download the logback demo. You will need to
-    install a <a href="http://subversion.tigris.org/">Subversion</a>
+    install a <a href="http://git-scm.com/">git</a>
     client and issue the following command on a console:
     </p>
   
-    <p class="source">svn co http://svn.qos.ch/repos/logback-demo/tags/STABLE logback-demo</p>
+    <p class="source">git clone http://git.qos.ch/logback-demo/ logback-demo</p>
 
-    <p>This will checkout a copy of the logback demonstration
+    <p>This will retreive a copy of the logback demonstration
     web-application to a directory called <em>logback-demo</em>. The
     logback demo can be packaged as a <em>war</em> file and deployed
     to an application server. We strongly recommend the use of <a
@@ -48,27 +48,28 @@
     command:
     </p>
 
-  <div class="source"><pre>mvn package jetty:run</pre></div>
+    <div class="source"><pre>mvn package jetty:run</pre></div>
     
-  <p>Then, visit <a
-  href="http://localhost:8080/logback-demo/">http://localhost:8080/logback-demo/</a>
-  to view the main page of the logback demo.
-  </p>
-
-  <h3>Logback-classic</h3>
+    <p>Then, visit <a
+    href="http://localhost:8080/logback-demo/">http://localhost:8080/logback-demo/</a>
+    to view the main page of the logback demo.
+    </p>
 
-  <p>By default (or as packaged), logback-demo configures
-  logback-classic with two appenders: a <code>ConsoleAppender</code>
-  and a <code>RollingFileAppender</code>. The
-  <code>RollingFileAppender</code> sends logging events to a file
-  called <em>logFile.log</em> and will rollover the active file every
-  minute. The old file will be renamed and compressed to a <em>zip</em>
-  file. The <code>ConsoleAppender</code> will output the logging
-  requests to the console, and shorten the logger names to gain space
-  on the console window, without loss of legibility. For example,
-  <code>ch.qos.logback.demo.prime.NumberCruncherImpl </code> will be
-  abbreviated as <code>c.q.l.d.prime.NumberCruncherImpl</code>.
-  </p>
+    <h3>Logback-classic</h3>
+
+    <p>By default (or as packaged), logback-demo configures
+    logback-classic with two appenders: a <code>ConsoleAppender</code>
+    and a <code>RollingFileAppender</code>. The
+    <code>RollingFileAppender</code> sends logging events to a file
+    called <em>logFile.log</em> and will rollover the active file
+    every minute. The old file will be renamed and compressed to a
+    <em>zip</em> file. The <code>ConsoleAppender</code> will output
+    the logging requests to the console, and shorten the logger names
+    to gain space on the console window, without loss of
+    legibility. For example,
+    <code>ch.qos.logback.demo.prime.NumberCruncherImpl </code> will be
+    abbreviated as <code>c.q.l.d.prime.NumberCruncherImpl</code>.
+    </p>
 
   <p>We highly encourage you to study the <em>logback.xml</em>
   configuration file located under the <em>src/main/resources/</em>

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

Summary of changes:
 logback-site/src/site/pages/access.html |    8 ++++++
 logback-site/src/site/pages/demo.html   |   43 ++++++++++++++++---------------
 2 files changed, 30 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
Logback: the generic, reliable, fast and flexible logging framework.


More information about the logback-dev mailing list