You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by "Steve Lawrence (Jira)" <ji...@apache.org> on 2021/08/09 14:10:00 UTC

[jira] [Commented] (DAFFODIL-747) JAPI leaking warning messages

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

Steve Lawrence commented on DAFFODIL-747:
-----------------------------------------

Also note that DAFFODIL-2510 will switch logging to Log4J. So the logging API discussed in this issue will be deprecated once that is resolved. The CLI will still output to stderr, but can be changed using standard Log4J configurations.

> JAPI leaking warning messages
> -----------------------------
>
>                 Key: DAFFODIL-747
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-747
>             Project: Daffodil
>          Issue Type: Bug
>          Components: API
>         Environment: JAPI, Win7, 0.10
>            Reporter: James Garriss
>            Priority: Major
>             Fix For: 3.1.0
>
>
> The JAPI is still writing some info directly to the output, notably this warning message (which occurs every time an included schema is referenced):
> {code}
> 2013-06-06 11:06:35:998  edu.illinois.ncsa.daffodil.dsom.Include Info[Included schema from file:/C:/Users/jgarriss/Documents/Coding/Java/Polyphony/schemas/DefaultProperties.xsd into namespace No_Namespace.]
> {code}
> I assume there is a similar warning when a file is imported.
> In the JAPI, nothing should be written directly to output.  Everything should be captured and made available to the developer via the API.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)