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:09 UTC

[iotdb] branch ratis_log created (now b497615)

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

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


      at b497615  change ratis log level

This branch includes the following new commits:

     new b497615  change ratis log level

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[iotdb] 01/01: change ratis log level

Posted by ta...@apache.org.
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>