aaron-ai commented on code in PR #6234:
URL: https://github.com/apache/rocketmq/pull/6234#discussion_r1124072102


##########
common/src/main/java/org/apache/rocketmq/common/BrokerConfig.java:
##########
@@ -376,12 +379,13 @@ public boolean isEnable() {
         }
     }
 
-    private MetricsExporterType metricsExporterType = 
MetricsExporterType.DISABLE;
+    private MetricsExporterType metricsExporterType = 
MetricsExporterType.LOGGER;

Review Comment:
   Actually there is [an official bridge from 
SLF4j](https://www.slf4j.org/legacy.html#:~:text=endless%20loop.-,jul%2Dto%2Dslf4j%20bridge,-The%20jul%2Dto),
 @lrybbs just try it out.



-- 
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]

Reply via email to