You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by lt...@apache.org on 2019/05/25 04:44:00 UTC

[incubator-iotdb] 01/02: modify test log from info to error

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

lta pushed a commit to branch cluster
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git

commit 9b152fb1031607242517f5e081debf6804f0a70e
Author: lta <li...@163.com>
AuthorDate: Thu May 23 17:41:06 2019 +0800

    modify test log from info to error
---
 cluster/src/test/resources/logback.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cluster/src/test/resources/logback.xml b/cluster/src/test/resources/logback.xml
index 58cdf77..a5a2874 100644
--- a/cluster/src/test/resources/logback.xml
+++ b/cluster/src/test/resources/logback.xml
@@ -35,7 +35,7 @@
     </appender>
     <!--<logger name="org.apache.iotdb.db.utils.OpenFileNumUtil" level="debug" />-->
     <!--<logger name="org.apache.iotdb.db.utils.OpenFileNumUtilTest" level="debug" />-->
-    <root level="INFO">
+    <root level="error">
         <appender-ref ref="stdout"/>
     </root>
 </configuration>