aaron-ai commented on code in PR #6234:
URL: https://github.com/apache/rocketmq/pull/6234#discussion_r1126125246
##########
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:
Since https://github.com/apache/rocketmq/pull/5959 has been merge, the
unshaded SLF4j is compatible with the shaded SLF4j we introduced now. This
means that after using the [jul-to-slf4j
bridge](https://www.slf4j.org/legacy.html#:~:text=endless%20loop.-,jul%2Dto%2Dslf4j%20bridge,-The%20jul%2Dto),
the logs can be automatically redirected to the shaded SLF4j.
Here is the related link you could refer to:
https://stackoverflow.com/questions/9117030/jul-to-slf4j-bridge
--
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]