Re: How to turn off the dubbo monitor log

2018-03-11 Thread Ian Luo
In order to turn off the log, you need to specify com.alibaba.dubbo.monitor.dubbo.DubboMonitor log entry in your log file and set its logging level above INFO. On Fri, Mar 9, 2018 at 2:26 PM, ? ?? wrote: > Dear all, > How to turn off the dubbo monitor log > e.g. >

Re: Why heartbeatTimeout is 3 times as much as heartbeat?

2018-03-11 Thread Ian Luo
Hi Tian, This is how the timeout default value is defined. You could always specify timeout value by specify the URL parameter "Constants.HEARTBEAT_TIMEOUT_ KEY". -Ian. On Sat, Mar 10, 2018 at 5:58 PM, 天 <1197596...@qq.com> wrote: > hi, I'm a little puzzled, why heartbeatTimeout is 3 times as