You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hu...@apache.org on 2022/11/07 05:48:18 UTC

[iotdb] branch QueryMetrics updated: fix typo in logback-datanode.xml

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

hui pushed a commit to branch QueryMetrics
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/QueryMetrics by this push:
     new 37e60f727d fix typo in logback-datanode.xml
37e60f727d is described below

commit 37e60f727dc3ca73e13d41db63f163f95f77e781
Author: Minghui Liu <li...@foxmail.com>
AuthorDate: Mon Nov 7 13:48:00 2022 +0800

    fix typo in logback-datanode.xml
---
 server/src/assembly/resources/conf/logback-datanode.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/src/assembly/resources/conf/logback-datanode.xml b/server/src/assembly/resources/conf/logback-datanode.xml
index aeae186f94..54232c0640 100644
--- a/server/src/assembly/resources/conf/logback-datanode.xml
+++ b/server/src/assembly/resources/conf/logback-datanode.xml
@@ -268,7 +268,7 @@
     <appender class="ch.qos.logback.core.rolling.RollingFileAppender" name="QUERY_STATISTICS">
         <file>${IOTDB_HOME}/logs/log_datanode_query_statistics.log</file>
         <rollingPolicy class="ch.qos.logback.core.rolling.SizeAndTimeBasedRollingPolicy">
-            <fileNamePattern>${IOTDB_HOME}/logs/log-datanode-slow-sql-%d{yyyyMMdd}.%i.log.gz</fileNamePattern>
+            <fileNamePattern>${IOTDB_HOME}/logs/log-datanode-query-statistics-%d{yyyyMMdd}.%i.log.gz</fileNamePattern>
             <maxFileSize>10MB</maxFileSize>
             <maxHistory>168</maxHistory>
             <totalSizeCap>512MB</totalSizeCap>