You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2015/03/09 20:27:22 UTC

[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 <se...@apache.org>
Authored: Mon Mar 9 19:37:53 2015 +0100
Committer: Stephan Ewen <se...@apache.org>
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