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

shuwenwei 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 2090ef3c4ce modify all log
2090ef3c4ce is described below

commit 2090ef3c4cefb244aec734f2e30b7a1a30083b8b
Author: shuwenwei <[email protected]>
AuthorDate: Fri Jun 20 14:14:11 2025 +0800

    modify all log
---
 .../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 c370a603763..5bee5421848 100644
--- a/iotdb-core/confignode/src/assembly/resources/conf/logback-confignode.xml
+++ b/iotdb-core/confignode/src/assembly/resources/conf/logback-confignode.xml
@@ -86,7 +86,7 @@
     </appender>
     <!-- a log appender that collect all log records whose level is greater 
than debug-->
     <appender class="ch.qos.logback.core.rolling.RollingFileAppender" 
name="FILEALL">
-        <file>${CONFIGNODE_HOME}/logs/log_confignode_all.log</file>
+        <file>${CONFIGNODE_HOME}/logs/other_confignode.log</file>
         <rollingPolicy 
class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
             
<fileNamePattern>${CONFIGNODE_HOME}/logs/log-confignode-all-%d{yyyyMMdd}.log.gz</fileNamePattern>
             <maxHistory>30</maxHistory>
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 8e23642433a..8ce3f64a078 100644
--- a/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml
+++ b/iotdb-core/datanode/src/assembly/resources/conf/logback-datanode.xml
@@ -103,7 +103,7 @@
     </appender>
     <!-- a log appender that collect all log records whose level is greater 
than debug-->
     <appender class="ch.qos.logback.core.rolling.RollingFileAppender" 
name="FILEALL">
-        <file>${IOTDB_HOME}/logs/log_datanode_all.log</file>
+        <file>${IOTDB_HOME}/logs/other_datanode.log</file>
         <rollingPolicy 
class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
             
<fileNamePattern>${IOTDB_HOME}/logs/log-datanode-all-%d{yyyyMMdd}.log.gz</fileNamePattern>
             <maxHistory>30</maxHistory>

Reply via email to