[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v_0.9.29-15-g6058b4b

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 6058b4beb2019cc7f6be39312ee9ad2fbd88db6c (commit) from 65ba3dd0024c9145f7ade9b520f722a0e7324ff4 (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=6058b4beb2019cc7f6be39312... http://github.com/ceki/logback/commit/6058b4beb2019cc7f6be39312ee9ad2fbd88db... commit 6058b4beb2019cc7f6be39312ee9ad2fbd88db6c Author: Ceki Gulcu <ceki@qos.ch> Date: Thu Jul 21 10:57:23 2011 +0200 typo fixes diff --git a/logback-classic/src/main/java/ch/qos/logback/classic/jmx/JMXConfigurator.java b/logback-classic/src/main/java/ch/qos/logback/classic/jmx/JMXConfigurator.java index f3d947f..0aa88ca 100644 --- a/logback-classic/src/main/java/ch/qos/logback/classic/jmx/JMXConfigurator.java +++ b/logback-classic/src/main/java/ch/qos/logback/classic/jmx/JMXConfigurator.java @@ -270,7 +270,7 @@ public class JMXConfigurator extends ContextAwareBase implements } /** - * JMXConfigrator should not be removed subsequent to a LoggerContext reset. + * JMXConfigurator should not be removed subsequent to a LoggerContext reset. * * @return */ diff --git a/logback-site/src/site/pages/manual/groovy.html b/logback-site/src/site/pages/manual/groovy.html index a3443c6..2f419ed 100644 --- a/logback-site/src/site/pages/manual/groovy.html +++ b/logback-site/src/site/pages/manual/groovy.html @@ -114,7 +114,7 @@ root(WARN)</pre> - <p>To set the level of the root logger to DEBUG, and attach + <p>To set the level of the root logger to INFO, and attach appenders named "CONSOLE" and "FILE" to root, you would write:</p> <pre class="prettyprint source">import static ch.qos.logback.classic.Level.INFO ----------------------------------------------------------------------- Summary of changes: .../qos/logback/classic/jmx/JMXConfigurator.java | 2 +- logback-site/src/site/pages/manual/groovy.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch