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/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 4a248688d [test] Disable test log4j in paimon-flink-cdc
4a248688d is described below
commit 4a248688d6f7c5fa58da2370cd352820e3e8dc7d
Author: Jingsong <[email protected]>
AuthorDate: Mon Aug 12 08:06:42 2024 +0800
[test] Disable test log4j in paimon-flink-cdc
---
paimon-flink/paimon-flink-cdc/src/test/resources/log4j2-test.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/paimon-flink/paimon-flink-cdc/src/test/resources/log4j2-test.properties
b/paimon-flink/paimon-flink-cdc/src/test/resources/log4j2-test.properties
index e27922dad..1b3980d15 100644
--- a/paimon-flink/paimon-flink-cdc/src/test/resources/log4j2-test.properties
+++ b/paimon-flink/paimon-flink-cdc/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