You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by hx...@apache.org on 2020/11/06 05:18:27 UTC

[iotdb] branch test_travis updated: open debug log for closing thrift

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

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


The following commit(s) were added to refs/heads/test_travis by this push:
     new 82e4f1c  open debug log for closing thrift
82e4f1c is described below

commit 82e4f1cd00cb5b8e449826c218c08d9d18d31a6c
Author: xiangdong huang <sa...@gmail.com>
AuthorDate: Fri Nov 6 13:18:05 2020 +0800

    open debug log for closing thrift
---
 server/src/test/resources/logback.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/server/src/test/resources/logback.xml b/server/src/test/resources/logback.xml
index 687a3a2..144bd4b 100644
--- a/server/src/test/resources/logback.xml
+++ b/server/src/test/resources/logback.xml
@@ -41,6 +41,7 @@
     <logger name="FileMonitor" level="info"/>
     -->
     <logger name="org.apache.iotdb.db.engine.merge" level="DEBUG"/>
+    <logger name="org.apache.iotdb.db.service.thrift.ThriftServiceThread" level="DEBUG"/>
     <logger name="org.eclipse.jetty.util.thread.QueuedThreadPool" level="DEBUG"/>
     <logger name="org.apache.iotdb.db.service.MetricsService" level="INFO"/>
     <logger name="org.apache.iotdb.db.engine.flush.FlushManager" level="INFO"/>