This is an automated email from the ASF dual-hosted git repository.

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 3f8a4c8  [hotfix][yarn] Disable Yarn Debug logging for tests
3f8a4c8 is described below

commit 3f8a4c8541e86a2dca5281dc1ecc9fbe51bc248a
Author: Till Rohrmann <[email protected]>
AuthorDate: Mon Jan 24 13:52:10 2022 +0100

    [hotfix][yarn] Disable Yarn Debug logging for tests
---
 flink-yarn/src/test/resources/log4j2-test.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flink-yarn/src/test/resources/log4j2-test.properties 
b/flink-yarn/src/test/resources/log4j2-test.properties
index dbc4282..835c2ec 100644
--- a/flink-yarn/src/test/resources/log4j2-test.properties
+++ b/flink-yarn/src/test/resources/log4j2-test.properties
@@ -18,7 +18,7 @@
 
 # Set root logger level to OFF to not flood build logs
 # set manually to INFO for debugging purposes
-rootLogger.level = DEBUG
+rootLogger.level = OFF
 rootLogger.appenderRef.test.ref = TestLogger
 
 appender.testlogger.name = TestLogger

Reply via email to