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 803d4e2867e6a4fac25f79f3c40ccfc65710de89 (commit)
via 05efa1e4f718003f17c55a51815353b196bf6667 (commit)
from b6033b83b6d9b23049a82c742e0e6ec20b280c85 (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=803d4e2867e6a4fac25f79f3c40ccfc65710de89
http://github.com/ceki/logback/commit/803d4e2867e6a4fac25f79f3c40ccfc65710de89
commit 803d4e2867e6a4fac25f79f3c40ccfc65710de89
Merge: b6033b8 05efa1e
Author: Ceki Gulcu <[email protected]>
Date: Thu Apr 5 08:20:54 2012 -0700
Merge pull request #41 from maciejwalkowiak/master
Fixing debug messages by starting OnConsoleStatusListener when debug flag
is set to true
http://git.qos.ch/gitweb/?p=logback.git;a=commit;h=05efa1e4f718003f17c55a51815353b196bf6667
http://github.com/ceki/logback/commit/05efa1e4f718003f17c55a51815353b196bf6667
commit 05efa1e4f718003f17c55a51815353b196bf6667
Author: Maciej Walkowiak <[email protected]>
Date: Thu Apr 5 15:49:29 2012 +0200
Fixing debug messages by starting OnConsoleStatusListener when debug flag
is set to true
diff --git
a/logback-core/src/main/java/ch/qos/logback/core/status/OnConsoleStatusListener.java
b/logback-core/src/main/java/ch/qos/logback/core/status/OnConsoleStatusListener.java
index 9658fa1..9f90601 100644
---
a/logback-core/src/main/java/ch/qos/logback/core/status/OnConsoleStatusListener.java
+++
b/logback-core/src/main/java/ch/qos/logback/core/status/OnConsoleStatusListener.java
@@ -14,7 +14,6 @@
package ch.qos.logback.core.status;
import ch.qos.logback.core.Context;
-import ch.qos.logback.core.spi.ContextAware;
import ch.qos.logback.core.spi.ContextAwareBase;
import ch.qos.logback.core.spi.LifeCycle;
import ch.qos.logback.core.util.StatusPrinter;
@@ -93,5 +92,6 @@ public class OnConsoleStatusListener extends ContextAwareBase
implements StatusL
OnConsoleStatusListener onConsoleStatusListener = new
OnConsoleStatusListener();
onConsoleStatusListener.setContext(context);
context.getStatusManager().add(onConsoleStatusListener);
+ onConsoleStatusListener.start();
}
}
-----------------------------------------------------------------------
Summary of changes:
.../core/status/OnConsoleStatusListener.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Logback: the generic, reliable, fast and flexible logging framework.
_______________________________________________
logback-dev mailing list
[email protected]
http://mailman.qos.ch/mailman/listinfo/logback-dev