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

2020-05-07 Thread Alexey Goncharuk (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alexey Goncharuk updated IGNITE-12985:
--
Fix Version/s: 2.9

> 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
> Fix For: 2.9
>
>  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)


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

2020-05-06 Thread Sergey Antonov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Antonov updated IGNITE-12985:

Description: 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.  (was: 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.)

> 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)


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

2020-05-06 Thread Sergey Antonov (Jira)


 [ 
https://issues.apache.org/jira/browse/IGNITE-12985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Sergey Antonov updated IGNITE-12985:

Ignite Flags:   (was: Docs Required,Release Notes Required)

> 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()}} 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)