[
https://issues.jboss.org/browse/JBAS-9240?page=com.atlassian.jira.plugin....
]
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