jbertram commented on code in PR #4830: URL: https://github.com/apache/activemq-artemis/pull/4830#discussion_r1508389800
########## artemis-server/src/main/java/org/apache/activemq/artemis/core/server/metrics/MetricsManager.java: ########## @@ -86,6 +87,9 @@ public MetricsManager(String brokerName, if (metricsConfiguration.isUptime()) { new UptimeMetrics().bindTo(meterRegistry); } + if (metricsConfiguration.isLogging()) { + new Log4j2Metrics().bindTo(meterRegistry); + } Review Comment: See the latest update. -- 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: gitbox-unsubscr...@activemq.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org