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 b1c1058c68c Update logback-datanode.xml
b1c1058c68c is described below

commit b1c1058c68c2910dbd74907113aadb3776825e02
Author: Caideyipi <[email protected]>
AuthorDate: Fri Jun 20 11:37:49 2025 +0800

    Update logback-datanode.xml
---
 iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 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 d7c16820b0f..18aa047a8ad 100644
--- a/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml
+++ b/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml
@@ -282,13 +282,13 @@
         <appender-ref ref="QUERY_FREQUENCY"/>
     </logger>
     <logger level="info" name="DETAILED_FAILURE_QUERY_TRACE"/>
-    <logger level="info" name="CompactionLog" additivity="false">
+    <logger level="debug" name="CompactionLog" additivity="false">
         <appender-ref ref="CompactionLog"/>
     </logger>
     <logger level="debug" name="PipeLog" additivity="false">
         <appender-ref ref="PipeLog"/>
     </logger>
-    <logger level="info" name="WriteLog" additivity="false">
+    <logger level="debug" name="WriteLog" additivity="false">
         <appender-ref ref="WriteLog"/>
     </logger>
     <logger level="info" name="EXPLAIN_ANALYZE">

Reply via email to