You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2015/04/21 10:46:48 UTC

[2/2] flink git commit: [streaming] Fixes kafka test logging

[streaming] Fixes kafka test logging


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/877043f9
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/877043f9
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/877043f9

Branch: refs/heads/master
Commit: 877043f9109e901c56c4a3185e0923e70d6cc0aa
Parents: 62c3d50
Author: Till Rohrmann <tr...@apache.org>
Authored: Tue Apr 21 10:44:01 2015 +0200
Committer: Till Rohrmann <tr...@apache.org>
Committed: Tue Apr 21 10:45:01 2015 +0200

----------------------------------------------------------------------
 .../src/test/resources/log4j-test.properties                       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/877043f9/flink-staging/flink-streaming/flink-streaming-connectors/src/test/resources/log4j-test.properties
----------------------------------------------------------------------
diff --git a/flink-staging/flink-streaming/flink-streaming-connectors/src/test/resources/log4j-test.properties b/flink-staging/flink-streaming/flink-streaming-connectors/src/test/resources/log4j-test.properties
index 9ede613..dc20726 100644
--- a/flink-staging/flink-streaming/flink-streaming-connectors/src/test/resources/log4j-test.properties
+++ b/flink-staging/flink-streaming/flink-streaming-connectors/src/test/resources/log4j-test.properties
@@ -16,7 +16,7 @@
 # limitations under the License.
 ################################################################################
 
-log4j.rootLogger=INFO, testlogger
+log4j.rootLogger=OFF, testlogger
 
 log4j.appender.testlogger=org.apache.log4j.ConsoleAppender
 log4j.appender.testlogger.target = System.err