You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2022/03/25 14:46:22 UTC

[iotdb] branch master updated: change ratis log level (#5346)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c6a968c  change ratis log level (#5346)
c6a968c is described below

commit c6a968c53b0c610eb9ad82f9f2e9808ec4076221
Author: Potato <TX...@gmail.com>
AuthorDate: Fri Mar 25 09:43:50 2022 -0500

    change ratis log level (#5346)
---
 consensus/src/main/resources/logback-test.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consensus/src/main/resources/logback-test.xml b/consensus/src/main/resources/logback-test.xml
index f702723..09807e1 100644
--- a/consensus/src/main/resources/logback-test.xml
+++ b/consensus/src/main/resources/logback-test.xml
@@ -25,7 +25,7 @@
             <pattern>%-4relative [%thread] %-5level %logger{35} - %msg %n</pattern>     
         </encoder>   
     </appender>   
-    <root level="ERROR">      
+    <root level="INFO">      
         <appender-ref ref="STDOUT"/>   
     </root>
 </configuration>