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

jaikiran pai (JIRA) jira-events at lists.jboss.org
Tue Apr 5 14:02:33 EDT 2011


     [ https://issues.jboss.org/browse/JBAS-9240?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jaikiran pai updated JBAS-9240:
-------------------------------

    Description: 
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.


  was:
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 be created while debugging some work. These need to be cleaned, since they keep appearing on the console.




> 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: Jesper Pedersen
>            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