[jira] [Created] (IGNITE-12772) JmxMetricExporterSpi uses log method which must not be used in production code

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-12772) JmxMetricExporterSpi uses log method which must not be used in production code

Anton Vinogradov (Jira)
Andrey N. Gura created IGNITE-12772:
---------------------------------------

             Summary: JmxMetricExporterSpi uses log method which must not be used in production code
                 Key: IGNITE-12772
                 URL: https://issues.apache.org/jira/browse/IGNITE-12772
             Project: Ignite
          Issue Type: Bug
            Reporter: Andrey N. Gura
             Fix For: 2.8.1


{{JmxMetricExporterSpi.register()}} method uses {{IgniteUtils.debug()}} method that log on {{INFO}} level instead of {{DEBUG}} because it needs only for debug purposes. Should be replaced by explicit {{log.debug()}} invocation.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)