修改日志输出级别
This commit is contained in:
parent
16c0d2ad69
commit
9b2d222ebf
|
@ -205,8 +205,7 @@ public class MonitorService {
|
|||
}
|
||||
|
||||
} catch (Exception e) {
|
||||
log.info("[monitor-capture]: keepalive faild, restart.....");
|
||||
e.printStackTrace();
|
||||
log.error("[monitor-capture]: keepalive faild, restart.....", e);
|
||||
|
||||
//出错后重新登录
|
||||
timer.cancel();
|
||||
|
|
Loading…
Reference in New Issue