You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2018/10/30 19:38:00 UTC

[jira] [Updated] (UIMA-5556) uv3: Logging substitution does not work consistently

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

Marshall Schor updated UIMA-5556:
---------------------------------
    Fix Version/s: 3.0.0SDK

> uv3: Logging substitution does not work consistently
> ----------------------------------------------------
>
>                 Key: UIMA-5556
>                 URL: https://issues.apache.org/jira/browse/UIMA-5556
>             Project: UIMA
>          Issue Type: Bug
>          Components: Core Java Framework
>    Affects Versions: 3.0.0SDK-beta
>            Reporter: Richard Eckart de Castilho
>            Assignee: Marshall Schor
>            Priority: Major
>             Fix For: 3.0.0SDK
>
>
> The substitution of values in UIMA logging does not work consistently. E.g. for the following code
> {noformat}
>       UIMAFramework.getLogger().warn("Skipping adding \"{0}\" to URLs", p);
> {noformat}
> Depending on the configured logging backend, I get different messages. E.g. with SLF4J, I get the broken:
> {noformat}
> 2017-09-08 14:45:42  WARN [main] (Misc) - Skipping adding "{0}" to URLs
> {noformat}
> while with what (I suppose) is the default UIMA logger used in the uimaFIT maven plugin, I get the correct
> {noformat}
> [WARNING] Skipping adding "" to URLs
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)