Mark Yang created ROCKETMQ-328:
----------------------------------
Summary: in ClientLogger class's createLogger method, the
parameter loggerName is not used
Key: ROCKETMQ-328
URL: https://issues.apache.org/jira/browse/ROCKETMQ-328
Project: Apache RocketMQ
Issue Type: Improvement
Components: rocketmq-client
Affects Versions: 4.1.0-incubating, 4.0.0-incubating
Reporter: Mark Yang
Assignee: Xiaorui Wang
in ClientLogger class's createLogger method, the parameter loggerName is not
used
the last line:
return LoggerFactory.getLogger(LoggerName.CLIENT_LOGGER_NAME);
should use this parameter.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)