You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/01/06 14:16:48 UTC

[GitHub] [rocketmq] RongtongJin commented on a change in pull request #3174: [ISSUE #3173]Isolate Broker logs when multiple Broker services are deployed on the same machine.

RongtongJin commented on a change in pull request #3174:
URL: https://github.com/apache/rocketmq/pull/3174#discussion_r779576654



##########
File path: common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java
##########
@@ -187,6 +187,8 @@
 
     private boolean autoDeleteUnusedStats = false;
 
+    private boolean isolateLogEnable = false;

Review comment:
       It would be better to add some comments to explain the meaning of this parameter




-- 
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: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org