echooymxq opened a new issue, #5043: URL: https://github.com/apache/rocketmq/issues/5043
Some `MessageQueueStrategy` use broker logger to log. https://github.com/apache/rocketmq/blob/f8bf7bd38b11ca025c5795a8e4a03bd577f47273/broker/src/main/java/org/apache/rocketmq/broker/processor/QueryAssignmentProcessor.java#L66-L67 But `ClientLogger.getLog()` cause all the broker log output to rocketmq_client.log. https://github.com/apache/rocketmq/blob/f8bf7bd38b11ca025c5795a8e4a03bd577f47273/client/src/main/java/org/apache/rocketmq/client/consumer/rebalance/AbstractAllocateMessageQueueStrategy.java#L30 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
