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

justinchen pushed a commit to branch compation-log
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/compation-log by this push:
     new 32813d49e57 Update logback-datanode.xml
32813d49e57 is described below

commit 32813d49e5799ae4619c11e26a880bcea32090a2
Author: Caideyipi <[email protected]>
AuthorDate: Fri Jun 20 10:44:21 2025 +0800

    Update logback-datanode.xml
---
 .../datanode/src/assembly/resources/conf/logback-datanode.xml     | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git 
a/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml 
b/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml
index 0567f5458ab..050c8907301 100644
--- a/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml
+++ b/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml
@@ -267,16 +267,16 @@
         <appender-ref ref="QUERY_FREQUENCY"/>
     </logger>
     <logger level="info" name="DETAILED_FAILURE_QUERY_TRACE"/>
-    <logger level="info" name="COMPACTION">
+    <logger level="info" name="COMPACTION" addtivity="false">
         <appender-ref ref="COMPACTION"/>
     </logger>
-    <logger level="info" name="org.apache.iotdb.pipe.api">
+    <logger level="info" name="org.apache.iotdb.pipe.api" addtivity="false">
         <appender-ref ref="PIPE"/>
     </logger>
-    <logger level="info" name="org.apache.iotdb.db.pipe">
+    <logger level="info" name="org.apache.iotdb.db.pipe" addtivity="false">
         <appender-ref ref="PIPE"/>
     </logger>
-    <logger level="info" name="org.apache.iotdb.commons.pipe">
+    <logger level="info" name="org.apache.iotdb.commons.pipe" 
addtivity="false">
         <appender-ref ref="PIPE"/>
     </logger>
     <logger level="info" name="EXPLAIN_ANALYZE">

Reply via email to