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

added by portage for gitosis-gentoo git-noreply at pixie.qos.ch
Fri Sep 10 22:11:46 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  bf373eb4461e45e92f26f417bc63cdb1dd2b60e8 (commit)
      from  91b5a954630b626d18bb9cf131490814e63a999d (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=bf373eb4461e45e92f26f417bc63cdb1dd2b60e8
http://github.com/ceki/logback/commit/bf373eb4461e45e92f26f417bc63cdb1dd2b60e8

commit bf373eb4461e45e92f26f417bc63cdb1dd2b60e8
Author: Ceki Gulcu <ceki at qos.ch>
Date:   Thu Sep 2 21:33:54 2010 +0200

    Use the correct value for TRACE_INTEGER. This value is used currently
    used only by JaninoEvaluator.

diff --git a/logback-classic/src/main/java/ch/qos/logback/classic/Level.java b/logback-classic/src/main/java/ch/qos/logback/classic/Level.java
index 7a3798e..0cf3246 100644
--- a/logback-classic/src/main/java/ch/qos/logback/classic/Level.java
+++ b/logback-classic/src/main/java/ch/qos/logback/classic/Level.java
@@ -37,7 +37,7 @@ public final class Level implements java.io.Serializable {
   public static final Integer WARN_INTEGER = new Integer(WARN_INT);
   public static final Integer INFO_INTEGER = new Integer(INFO_INT);
   public static final Integer DEBUG_INTEGER = new Integer(DEBUG_INT);
-  public static final Integer TRACE_INTEGER = new Integer(DEBUG_INT);
+  public static final Integer TRACE_INTEGER = new Integer(TRACE_INT);
   public static final Integer ALL_INTEGER = new Integer(ALL_INT);
 
   /**

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

Summary of changes:
 .../main/java/ch/qos/logback/classic/Level.java    |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


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


More information about the logback-dev mailing list