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

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=909a8e44a8b766582624b62a3... http://github.com/ceki/logback/commit/909a8e44a8b766582624b62a32631ca348c70d... commit 909a8e44a8b766582624b62a32631ca348c70d49 Author: Ceki Gulcu <ceki@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"><configuration> <b><jmxConfigurator /></b> - <appender name="console" class="ch.qos.logback.classic.ConsoleAppender"> + <appender name="console" class="ch.qos.logback.core.ConsoleAppender"> <layout class="ch.qos.logback.classic.PatternLayout"> <Pattern>%date [%thread] %-5level %logger{25} - %msg%n</Pattern> </layout> </appender> - <root level="debug"/> + <root level="debug"> <appender-ref ref="console" /> </root> </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.
participants (1)
-
git-noreply@pixie.qos.ch