We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
问题描述 部分代码日志打印问题
复现步骤 LOGGER.debug("NettyConnectManageHandler", "NETTY CLIENT PIPELINE: DISCONNECT {}", remoteAddress); LOGGER.debug("NettyConnectManageHandler", "NETTY CLIENT PIPELINE: CLOSE {}", remoteAddress);
实际输出结果 NettyConnectManageHandler NettyConnectManageHandler
期望输出结果 NETTY CLIENT PIPELINE: DISCONNECT 192.168.11.29 NETTY CLIENT PIPELINE: CLOSE 192.168.11.29
The text was updated successfully, but these errors were encountered:
多谢反馈,我修一下。
Sorry, something went wrong.
fix issue #41
0c0f094
已修复
keliwang
No branches or pull requests
问题描述
部分代码日志打印问题
复现步骤
LOGGER.debug("NettyConnectManageHandler", "NETTY CLIENT PIPELINE: DISCONNECT {}", remoteAddress);
LOGGER.debug("NettyConnectManageHandler", "NETTY CLIENT PIPELINE: CLOSE {}", remoteAddress);
实际输出结果
NettyConnectManageHandler
NettyConnectManageHandler
期望输出结果
NETTY CLIENT PIPELINE: DISCONNECT 192.168.11.29
NETTY CLIENT PIPELINE: CLOSE 192.168.11.29
The text was updated successfully, but these errors were encountered: