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 986a8a7d5b3 pipe next
     new 0ac8a7f8dd8 Merge branch 'compation-log' of 
https://github.com/apache/iotdb into log_local
986a8a7d5b3 is described below

commit 986a8a7d5b3facc918fc91e69999ec3e6b189059
Author: Caideyipi <[email protected]>
AuthorDate: Fri Jun 20 12:27:18 2025 +0800

    pipe next
---
 .../confignode/src/assembly/resources/conf/logback-confignode.xml       | 2 +-
 iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/iotdb-core/confignode/src/assembly/resources/conf/logback-confignode.xml 
b/iotdb-core/confignode/src/assembly/resources/conf/logback-confignode.xml
index 4354065caf5..c370a603763 100644
--- a/iotdb-core/confignode/src/assembly/resources/conf/logback-confignode.xml
+++ b/iotdb-core/confignode/src/assembly/resources/conf/logback-confignode.xml
@@ -103,7 +103,7 @@
     <appender class="ch.qos.logback.core.rolling.RollingFileAppender" 
name="PipeLog">
         <file>${IOTDB_HOME}/logs/pipe_confignode.log</file>
         <rollingPolicy 
class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-            
<fileNamePattern>${IOTDB_HOME}/logs/pipe-%d{yyyyMMdd}.log.gz</fileNamePattern>
+            
<fileNamePattern>${IOTDB_HOME}/logs/pipe-confignode-%d{yyyyMMdd}.log.gz</fileNamePattern>
             <maxHistory>30</maxHistory>
         </rollingPolicy>
         <append>true</append>
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 f044e670b17..8e23642433a 100644
--- a/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml
+++ b/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml
@@ -225,7 +225,7 @@
     <appender class="ch.qos.logback.core.rolling.RollingFileAppender" 
name="PipeLog">
         <file>${IOTDB_HOME}/logs/pipe_datanode.log</file>
         <rollingPolicy 
class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-            
<fileNamePattern>${IOTDB_HOME}/logs/pipe-%d{yyyyMMdd}.log.gz</fileNamePattern>
+            
<fileNamePattern>${IOTDB_HOME}/logs/pipe-datanode-%d{yyyyMMdd}.log.gz</fileNamePattern>
             <maxHistory>30</maxHistory>
         </rollingPolicy>
         <append>true</append>

Reply via email to