tkobayas opened a new issue, #6053: URL: https://github.com/apache/incubator-kie-drools/issues/6053
MetricLogUtils looks for `io.micrometer.core.instrument.Tag`. If it exists, `micrometerAvailable` is set to `true`. https://github.com/apache/incubator-kie-drools/blob/main/drools-metric/src/main/java/org/drools/metric/util/MetricLogUtils.java#L42-L50 Then, the metrics uses Micrometer and doesn't print trace logging. https://github.com/apache/incubator-kie-drools/blob/main/drools-metric/src/main/java/org/drools/metric/util/MetricLogUtils.java#L95-L99 It's not good for users who have Micrometer, but want to review trace logging. Let's introduce a flag to choose. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
