We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b148e52 commit 8154d8fCopy full SHA for 8154d8f
1 file changed
framework/src/main/java/org/tron/common/net/udp/handler/MessageHandler.java
@@ -78,7 +78,7 @@ public void channelReadComplete(ChannelHandlerContext ctx) {
78
79
@Override
80
public void exceptionCaught(ChannelHandlerContext ctx, Throwable cause) {
81
- logger.info("Exception caught in udp message handler, {} {}",
+ logger.warn("Exception caught in udp message handler, {} {}",
82
ctx.channel().remoteAddress(), cause.getMessage());
83
ctx.close();
84
}
0 commit comments