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)