wangjialing218 commented on code in PR #19593:
URL: https://github.com/apache/pulsar/pull/19593#discussion_r1115261249
##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java:
##########
@@ -397,7 +397,7 @@ public void exceptionCaught(ChannelHandlerContext ctx,
Throwable cause) throws E
// At default info level, suppress all subsequent exceptions that
are thrown when the connection has already
// failed
if (log.isDebugEnabled()) {
- log.debug("[{}] Got exception: {}", remoteAddress, cause);
+ log.debug("[{}] Got exception: {}", remoteAddress,
cause.getMessage(), cause);
Review Comment:
Done
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]