[logback-dev] [GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.24-22-g909a8e4

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Fri Oct 8 18:38:29 CEST 2010


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  909a8e44a8b766582624b62a32631ca348c70d49 (commit)
      from  d52ee5dcef840f3083950b0374bc5b06f9dfae97 (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=909a8e44a8b766582624b62a32631ca348c70d49
http://github.com/ceki/logback/commit/909a8e44a8b766582624b62a32631ca348c70d49

commit 909a8e44a8b766582624b62a32631ca348c70d49
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Fri Oct 8 18:37:19 2010 +0200

    - fixes

diff --git a/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy b/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy
index 9635eda..3d7811c 100644
--- a/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy
+++ b/logback-classic/src/main/groovy/ch/qos/logback/classic/gaffer/GafferConfigurator.groovy
@@ -21,7 +21,7 @@ class GafferConfigurator {
 
   LoggerContext context
   //ConfigurationDelegate configurationDelegate = new ConfigurationDelegate();
-
+                         
   GafferConfigurator(LoggerContext context) {
     this.context = context
     //configurationDelegate.context = context;
diff --git a/logback-site/src/site/pages/manual/jmxConfig.html b/logback-site/src/site/pages/manual/jmxConfig.html
index 67ac974..7e7f7d9 100644
--- a/logback-site/src/site/pages/manual/jmxConfig.html
+++ b/logback-site/src/site/pages/manual/jmxConfig.html
@@ -50,13 +50,13 @@
     <pre class="prettyprint source">&lt;configuration>
   <b>&lt;jmxConfigurator /></b>
   
-  &lt;appender name="console" class="ch.qos.logback.classic.ConsoleAppender">
+  &lt;appender name="console" class="ch.qos.logback.core.ConsoleAppender">
     &lt;layout class="ch.qos.logback.classic.PatternLayout">
       &lt;Pattern>%date [%thread] %-5level %logger{25} - %msg%n&lt;/Pattern>
     &lt;/layout>
   &lt;/appender>
 
-  &lt;root level="debug"/>
+  &lt;root level="debug">
     &lt;appender-ref ref="console" />
   &lt;/root>  
 &lt;/configuration></pre>

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

Summary of changes:
 .../classic/gaffer/GafferConfigurator.groovy       |    2 +-
 logback-site/src/site/pages/manual/jmxConfig.html  |    4 ++--
 2 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