Github user vsair commented on a diff in the pull request: https://github.com/apache/incubator-rocketmq/pull/120#discussion_r130556323 --- Diff: client/src/main/java/org/apache/rocketmq/client/log/ClientLogger.java --- @@ -99,7 +111,12 @@ private static Logger createLogger(final String loggerName) { } public static Logger getLog() { - return log; + if (log == null) { --- End diff -- why not modify the init method?
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---