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

[iotdb] 01/01: change ratis log level

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

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

commit b497615fb8121bf4e363f985b4d5c8d0a75f54dc
Author: LebronAl <TX...@gmail.com>
AuthorDate: Fri Mar 25 20:46:14 2022 +0800

    change ratis log level
---
 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>