You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Richard Eckart de Castilho (JIRA)" <de...@uima.apache.org> on 2016/09/09 17:49:21 UTC

[jira] [Updated] (UIMA-751) extend the UIMA logging interface to retrieve the root logger

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

Richard Eckart de Castilho updated UIMA-751:
--------------------------------------------
    Labels: Stale  (was: )

This issue is marked as "stale" due to inactivity for 5 years or longer. If no further activity is detected on this issue, it is scheduled be closed as 'unresolved' in 3 months time from now (Dec 2016).

> extend the UIMA logging interface to retrieve the root logger
> -------------------------------------------------------------
>
>                 Key: UIMA-751
>                 URL: https://issues.apache.org/jira/browse/UIMA-751
>             Project: UIMA
>          Issue Type: New Feature
>          Components: Core Java Framework
>    Affects Versions: 2.2.1, 2.3
>            Reporter: Michael Baessler
>            Priority: Minor
>              Labels: Stale
>
> Currently UIMA applications cannot manipulate the root logger settings only the UIMA framework logger (org.apache.uima) settings.
> This means that e.g. the CVD or any other application cannot change effectively the log level using an API. This only works if within the application 
> only components are running the have the same namespace as the UIMA framework logger (org.apache.uima). In that case the sub loggers have the "org.apache.uima" logger as root logger. But it doesn't work for annotators that have another namespace sicne in that case they have another root logger.
> With the root logger extension UIMA applications can retrieve the real root logger and can manipulate the setting on it. But this should only used if the application has full control about the whole JVM. This should not be used if the application is integrated into another application that use the same logging system.



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