修改日志输出级别

This commit is contained in:
huangweixiong 2022-08-24 15:30:56 +08:00
parent 16c0d2ad69
commit 9b2d222ebf
1 changed files with 1 additions and 2 deletions

View File

@ -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();