[ 
https://issues.apache.org/jira/browse/APEXCORE-564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15603449#comment-15603449
 ] 

Vlad Rozov commented on APEXCORE-564:
-------------------------------------

No, it does not. Setting log level to null in 
com.datatorrent.stram.util.LoggerUtil does not reset log level to the original 
level, it will be set to parent's level. For example, if log4j.properties has 
root logger set to ERROR and com.datatorrent set to INFO, applying 
"com.datatorrent.*:DEBUG" pattern will set log level for all com.datatorrent.* 
loggers to debug. Applying "com.datatorrent.*:null" pattern does not reset 
level to INFO as expected, it will reset it to the root level that is ERROR.



> We should be able to remove loggers level settings
> --------------------------------------------------
>
>                 Key: APEXCORE-564
>                 URL: https://issues.apache.org/jira/browse/APEXCORE-564
>             Project: Apache Apex Core
>          Issue Type: New Feature
>            Reporter: Priyanka Gugale
>            Assignee: Priyanka Gugale
>            Priority: Minor
>   Original Estimate: 48h
>  Remaining Estimate: 48h
>
> StramWebServices has api to setLoggersLevel, but there is not way to remove 
> the already set loggers level. There should be an api to remove loggers level 
> which was set earlier.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to