You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@apex.apache.org by "Vlad Rozov (JIRA)" <ji...@apache.org> on 2016/10/22 00:50:58 UTC

[jira] [Commented] (APEXCORE-564) We should be able to remove loggers level settings

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

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

The required functionality is not supported by com.datatorrent.stram.util.LoggerUtil and it is not straightforward to support resetting pattern. Note that setLoggersLevel has a cumulative effect. It means that calling com.datatorrent.stram.util.LoggerUtil.changeLoggersLevel() with empty map does not impact patterns and each time com.datatorrent.stram.util.LoggerUtil.changeLoggersLevel() is called, entries are added to the patterns and they are never removed, except for the case where a new pattern specified overwrites existing patterns.

Please provide detailed specification how the functionality will be supported.

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