You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ro...@apache.org on 2021/07/27 11:10:08 UTC

[iotdb] 01/02: Revert "[To autoai] modify logback.xml. total limit 12GB. info:error:warn=2:1:1."

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

rong pushed a commit to branch autoai-patch
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 933f8ba869636780a1e177f4c2be4e5e5595c1cf
Author: Steve Yurong Su <ro...@apache.org>
AuthorDate: Tue Jul 27 19:04:21 2021 +0800

    Revert "[To autoai] modify logback.xml. total limit 12GB. info:error:warn=2:1:1."
    
    This reverts commit d73ac500
---
 server/src/assembly/resources/conf/logback.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/server/src/assembly/resources/conf/logback.xml b/server/src/assembly/resources/conf/logback.xml
index 098b0fc..99ee0b6 100644
--- a/server/src/assembly/resources/conf/logback.xml
+++ b/server/src/assembly/resources/conf/logback.xml
@@ -29,7 +29,7 @@
             <fileNamePattern>${IOTDB_HOME}/logs/log-error-%d{yyyyMMdd}.%i.log.gz</fileNamePattern>
             <maxFileSize>100MB</maxFileSize>
             <maxHistory>7</maxHistory>
-            <totalSizeCap>3GB</totalSizeCap>
+            <totalSizeCap>6GB</totalSizeCap>
         </rollingPolicy>
         <append>true</append>
         <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
@@ -48,7 +48,7 @@
             <fileNamePattern>${IOTDB_HOME}/logs/log-warn-%d{yyyyMMdd}.%i.log.gz</fileNamePattern>
             <maxFileSize>100MB</maxFileSize>
             <maxHistory>7</maxHistory>
-            <totalSizeCap>3GB</totalSizeCap>
+            <totalSizeCap>6GB</totalSizeCap>
         </rollingPolicy>
         <append>true</append>
         <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">
@@ -67,7 +67,7 @@
             <fileNamePattern>${IOTDB_HOME}/logs/log-info-%d{yyyyMMdd}.%i.log.gz</fileNamePattern>
             <maxFileSize>100MB</maxFileSize>
             <maxHistory>7</maxHistory>
-            <totalSizeCap>6GB</totalSizeCap>
+            <totalSizeCap>12GB</totalSizeCap>
         </rollingPolicy>
         <append>true</append>
         <encoder class="ch.qos.logback.classic.encoder.PatternLayoutEncoder">