update 打印日志

This commit is contained in:
2023-10-07 15:57:03 +08:00
parent 07a7b087db
commit ea6c0869ba

View File

@@ -112,7 +112,7 @@ public class YKCPushCommandServiceImpl implements YKCPushCommandService {
} else {
// 如果发生错误则访问描述原因的Throwable
Throwable cause = channelFuture.cause();
cause.printStackTrace();
// cause.printStackTrace();
log.info("push结果【失败】, remoteAddress:{}, channelId:{}, 报文:{}", channel.remoteAddress(), channel.id(), wholeMsg);
log.error("push发送命令失败", cause);
}