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 2017/05/02 21:47:25 UTC

[3/8] flink git commit: [hotfix] [tests] Fix test log level in flink-runtime

[hotfix] [tests] Fix test log level in flink-runtime


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

Branch: refs/heads/master
Commit: 9cb7621399ab7b97663543f35eaf3f6c88fec137
Parents: aa8f81c
Author: Stephan Ewen <se...@apache.org>
Authored: Tue May 2 22:48:47 2017 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue May 2 22:49:45 2017 +0200

----------------------------------------------------------------------
 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/9cb76213/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 812a256..7ba1633 100644
--- a/flink-runtime/src/test/resources/log4j-test.properties
+++ b/flink-runtime/src/test/resources/log4j-test.properties
@@ -16,7 +16,7 @@
 # limitations under the License.
 ################################################################################
 
-log4j.rootLogger=DEBUG, console
+log4j.rootLogger=OFF, console
 
 # -----------------------------------------------------------------------------
 # Console (use 'console')