[jboss-jira] [JBoss JIRA] Commented: (JBAS-9240) Logging in ResourceAdaptersExtension needs cleaning

Stefano Maestri (JIRA) jira-events at lists.jboss.org
Wed Apr 6 01:32:33 EDT 2011


    [ https://issues.jboss.org/browse/JBAS-9240?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12593910#comment-12593910 ] 

Stefano Maestri commented on JBAS-9240:
---------------------------------------

fixed here https://github.com/maeste/jboss-as/tree/JBAS-9240
Pull request sent too.

> Logging in ResourceAdaptersExtension needs cleaning
> ---------------------------------------------------
>
>                 Key: JBAS-9240
>                 URL: https://issues.jboss.org/browse/JBAS-9240
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: JCA service
>         Environment: JBoss AS upstream (April 5 2011)
>            Reporter: jaikiran pai
>            Assignee: Stefano Maestri
>            Priority: Minor
>             Fix For: 7.0.0.Beta3
>
>
> The ResourceAdaptersExtension has various INFO level log statements like these:
> {code}
> Logger.getLogger(ResourceAdaptersExtension.class).infof("###########node=%s", node);
> {code}
> {code}
> Logger.getLogger(ResourceAdaptersExtension.class).infof("************ra node=%s", ra);
> {code}
> which appear to have been created while debugging some work. These need to be cleaned, since they keep appearing on the console.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list