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

lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git


The following commit(s) were added to refs/heads/master by this push:
     new 3c7ecde05 [hotfix] Fix test log level in paimon-flink
3c7ecde05 is described below

commit 3c7ecde05dc756eca1c4c7b3e4eed9985dcb8a27
Author: Jingsong <[email protected]>
AuthorDate: Fri Sep 8 11:32:17 2023 +0800

    [hotfix] Fix test log level in paimon-flink
---
 .../paimon-flink-common/src/test/resources/log4j2-test.properties       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/paimon-flink/paimon-flink-common/src/test/resources/log4j2-test.properties 
b/paimon-flink/paimon-flink-common/src/test/resources/log4j2-test.properties
index e27922dad..1b3980d15 100644
--- a/paimon-flink/paimon-flink-common/src/test/resources/log4j2-test.properties
+++ b/paimon-flink/paimon-flink-common/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 = INFO
+rootLogger.level = OFF
 rootLogger.appenderRef.test.ref = TestLogger
 
 appender.testlogger.name = TestLogger

Reply via email to