我才入职一家新的公司,公司的项目用到了dubbo框架,我在页面上操作的时候,eclipse的控制台老是出现dubbo的日志信息,如下日志:
16/05/28 09:50:37 DEBUG header.HeartBeatTask:  [DUBBO] Send heartbeat to remote channel /120.24.85.38:20884, cause: The channel has no data-transmission exceeds a heartbeat period: 60000ms, dubbo version: 2.8.4, current host: 192.168.1.6
16/05/28 09:50:37 DEBUG header.HeartbeatHandler:  [DUBBO] Receive heartbeat response in thread New I/O worker #8, dubbo version: 2.8.4, current host: 192.168.1.6
16/05/28 09:50:42 DEBUG header.HeartBeatTask:  [DUBBO] Send heartbeat to remote channel /120.24.85.38:20885, cause: The channel has no data-transmission exceeds a heartbeat period: 60000ms, dubbo version: 2.8.4, current host: 192.168.1.6请问怎么配置才能不让控制台显示dubbo的日志呢?