From ea6c0869ba80f2219dbc26e9a220b97dfc6c3c70 Mon Sep 17 00:00:00 2001 From: "autumn.g@foxmail.com" Date: Sat, 7 Oct 2023 15:57:03 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E6=89=93=E5=8D=B0=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jsowell/pile/service/impl/YKCPushCommandServiceImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/YKCPushCommandServiceImpl.java b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/YKCPushCommandServiceImpl.java index 3ba4b18f4..12b5a52b1 100644 --- a/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/YKCPushCommandServiceImpl.java +++ b/jsowell-pile/src/main/java/com/jsowell/pile/service/impl/YKCPushCommandServiceImpl.java @@ -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); }