mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-20 02:55:04 +08:00
update 打印日志
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user