[GIT] Logback: the generic, reliable, fast and flexible logging framework. branch, master, updated. v0.9.18-70-gac15c8a

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 ac15c8a5283067333e65bd772f75b5bbb2e0230e (commit) from 4af0b83eac54b45fb9d7e78697b2c222a8ef1845 (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=ac15c8a5283067333e65bd772... http://github.com/ceki/logback/commit/ac15c8a5283067333e65bd772f75b5bbb2e023... commit ac15c8a5283067333e65bd772f75b5bbb2e0230e Author: Ceki Gulcu <ceki@qos.ch> Date: Wed Mar 10 09:48:06 2010 +0100 No point in printing the errors twice. diff --git a/logback-examples/src/main/java/chapters/appenders/mail/EMail.java b/logback-examples/src/main/java/chapters/appenders/mail/EMail.java index 5ac9e05..7c9ce34 100644 --- a/logback-examples/src/main/java/chapters/appenders/mail/EMail.java +++ b/logback-examples/src/main/java/chapters/appenders/mail/EMail.java @@ -40,7 +40,6 @@ public class EMail { lc.reset(); configurator.setContext(lc); configurator.doConfigure(configFile); - StatusPrinter.printInCaseOfErrorsOrWarnings(lc); Logger logger = LoggerFactory.getLogger(EMail.class); ----------------------------------------------------------------------- Summary of changes: .../main/java/chapters/appenders/mail/EMail.java | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) hooks/post-receive -- Logback: the generic, reliable, fast and flexible logging framework.
participants (1)
-
git-noreply@pixie.qos.ch