Return-Path: X-Original-To: apmail-flink-commits-archive@minotaur.apache.org Delivered-To: apmail-flink-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C3F517939 for ; Mon, 9 Mar 2015 19:27:20 +0000 (UTC) Received: (qmail 5491 invoked by uid 500); 9 Mar 2015 19:27:20 -0000 Delivered-To: apmail-flink-commits-archive@flink.apache.org Received: (qmail 5417 invoked by uid 500); 9 Mar 2015 19:27:20 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 5354 invoked by uid 99); 9 Mar 2015 19:27:20 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Mar 2015 19:27:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C1CB2E1825; Mon, 9 Mar 2015 19:27:19 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sewen@apache.org To: commits@flink.apache.org Date: Mon, 09 Mar 2015 19:27:22 -0000 Message-Id: In-Reply-To: <850c8fe39c4c4e639ec7bf3aac9cb7dc@git.apache.org> References: <850c8fe39c4c4e639ec7bf3aac9cb7dc@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/4] flink git commit: [hotfix] Fix erroneous testing log4j configuration for flink-runtime [hotfix] Fix erroneous testing log4j configuration for flink-runtime Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0df5601a Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0df5601a Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/0df5601a Branch: refs/heads/master Commit: 0df5601adad965e6a6fed10a57f1e1da149eeba5 Parents: abbb0a9 Author: Stephan Ewen Authored: Mon Mar 9 19:37:53 2015 +0100 Committer: Stephan Ewen Committed: Mon Mar 9 19:37:53 2015 +0100 ---------------------------------------------------------------------- flink-runtime/src/test/resources/log4j-test.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/0df5601a/flink-runtime/src/test/resources/log4j-test.properties ---------------------------------------------------------------------- diff --git a/flink-runtime/src/test/resources/log4j-test.properties b/flink-runtime/src/test/resources/log4j-test.properties index 505e8fa..491b219 100644 --- a/flink-runtime/src/test/resources/log4j-test.properties +++ b/flink-runtime/src/test/resources/log4j-test.properties @@ -35,4 +35,4 @@ log4j.appender.file.layout=org.apache.log4j.PatternLayout log4j.appender.file.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p %-60c %x - %m%n # suppress the irrelevant (wrong) warnings from the netty channel handler -log4j.logger.org.jboss.netty.channel.DefaultChannelPipeline=ERROR, file \ No newline at end of file +log4j.logger.org.jboss.netty.channel.DefaultChannelPipeline=ERROR, console