You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Sergey Antonov (Jira)" <ji...@apache.org> on 2020/05/06 13:32:00 UTC

[jira] [Created] (IGNITE-12985) Fix unguarded log.info/log.debug/log.trace usages

Sergey Antonov created IGNITE-12985:
---------------------------------------

             Summary: Fix unguarded log.info/log.debug/log.trace usages
                 Key: IGNITE-12985
                 URL: https://issues.apache.org/jira/browse/IGNITE-12985
             Project: Ignite
          Issue Type: Improvement
            Reporter: Sergey Antonov
            Assignee: Sergey Antonov


There are multiple places in code where {{log.info()/log.debug()/log.trace()}} is called without checking {{if (log.isInfoEnabled)}}. This leads to polluted logs when INFO/DEBUG/TRACE is disabled.



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