Skip to content
New issue

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

部分代码日志打印格式化问题 #41

Closed
ex34toway opened this issue Feb 20, 2019 · 2 comments
Closed

部分代码日志打印格式化问题 #41

ex34toway opened this issue Feb 20, 2019 · 2 comments
Assignees

Comments

@ex34toway
Copy link

ex34toway commented Feb 20, 2019

问题描述
部分代码日志打印问题

复现步骤
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

@keliwang
Copy link
Contributor

多谢反馈,我修一下。

keliwang added a commit that referenced this issue Feb 20, 2019
@keliwang
Copy link
Contributor

已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants