[
https://issues.apache.org/jira/browse/IGNITE-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17101077#comment-17101077
]
Sergey Antonov commented on IGNITE-12985:
-----------------------------------------
[~agoncharuk] Could you review my changes please?
> 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
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are multiple places in code where
> {{log.info()/log.debug()/log.trace()}} are called without checking {{if
> (log.isInfoEnabled)}}. These leads to polluted logs when INFO/DEBUG/TRACE is
> disabled.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)