[
https://issues.apache.org/jira/browse/ROCKETMQ-224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16108576#comment-16108576
]
ASF GitHub Bot commented on ROCKETMQ-224:
-----------------------------------------
Github user vongosling commented on a diff in the pull request:
https://github.com/apache/incubator-rocketmq/pull/120#discussion_r130550009
--- Diff:
client/src/test/java/org/apache/rocketmq/client/log/ClientLogTest.java ---
@@ -32,15 +33,19 @@
LOG_DIR = System.getProperty(CLIENT_LOG_ROOT,
"${user.home}/logs/rocketmqlogs");
}
+ // FIXME: Workarond for concret implementation for slf4j, is there any
better solution for all slf4j implementations in one class ? 2017/8/1
--- End diff --
we'd better remember this task and fix it later.
> Client log4j2 logging
> ---------------------
>
> Key: ROCKETMQ-224
> URL: https://issues.apache.org/jira/browse/ROCKETMQ-224
> Project: Apache RocketMQ
> Issue Type: New Feature
> Components: rocketmq-client
> Affects Versions: 4.1.0-incubating
> Environment: Jdk 1.7
> Reporter: lindzh
> Assignee: Xiaorui Wang
> Fix For: 4.2.0-incubating
>
>
> When using RocketMQ client,we can only using logback or log4j for logging. If
> we using log4j2,there is no client log.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)