zhangjidi2016 commented on a change in pull request #3174:
URL: https://github.com/apache/rocketmq/pull/3174#discussion_r716525312
##########
File path: broker/src/main/java/org/apache/rocketmq/broker/BrokerStartup.java
##########
@@ -187,6 +187,13 @@ public static BrokerController
createBrokerController(String[] args) {
JoranConfigurator configurator = new JoranConfigurator();
configurator.setContext(lc);
lc.reset();
+ System.setProperty("brokerLogDir", "");
Review comment:
yes, if brokerLogDir is "", the logPath in logback_broker.xml is
default.
--
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]