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

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


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
             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 be 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