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

yunhong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fluss.git


The following commit(s) were added to refs/heads/main by this push:
     new f288c29d5 [hotfix][dist] Don't print jindo log when deploy on console 
mode (#2577)
f288c29d5 is described below

commit f288c29d51d42307390f12f2143359d8e3175b2a
Author: yunhong <[email protected]>
AuthorDate: Fri Feb 6 19:33:27 2026 +0800

    [hotfix][dist] Don't print jindo log when deploy on console mode (#2577)
---
 fluss-dist/src/main/resources/conf/log4j-console.properties | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/fluss-dist/src/main/resources/conf/log4j-console.properties 
b/fluss-dist/src/main/resources/conf/log4j-console.properties
index bd4b3a84a..d43beb98b 100644
--- a/fluss-dist/src/main/resources/conf/log4j-console.properties
+++ b/fluss-dist/src/main/resources/conf/log4j-console.properties
@@ -57,3 +57,9 @@ appender.rolling.strategy.max=${env:MAX_LOG_FILE_NUMBER:-10}
 # Suppress the irrelevant (wrong) warnings from the Netty channel handler
 logger.netty.name=org.jboss.netty.channel.DefaultChannelPipeline
 logger.netty.level=OFF
+# don't print jindo log
+logger.jindo_fsStats.name=com.aliyun.jindodata.common.FsStats
+logger.jindo_fsStats.level=OFF
+logger.jindo_jnative.name=com.aliyun.jindodata.jnative.NativeLogger
+logger.jindo_jnative.level=OFF
+

Reply via email to