[jboss-jira] [JBoss JIRA] Created: (JBAS-4680) Update example for JBossWS Message TRACE in jboss-log4j.xml
Darran Lofthouse (JIRA)
jira-events at lists.jboss.org
Thu Sep 6 08:55:11 EDT 2007
Update example for JBossWS Message TRACE in jboss-log4j.xml
-----------------------------------------------------------
Key: JBAS-4680
URL: http://jira.jboss.com/jira/browse/JBAS-4680
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Logging
Affects Versions: JBossAS-4.2.1.GA
Reporter: Darran Lofthouse
Assigned To: Darran Lofthouse
Fix For: JBossAS-4.2.2.GA
The current example for JBossWS message logging is: -
<!-- Enable JBossWS message tracing
<category name="jbossws.SOAPMessage">
<priority value="TRACE"/>
</category>
-->
However the category has been changed so the example needs to be changed to: -
<!-- Enable JBossWS message tracing
<category name="org.jboss.ws.core.MessageTrace">
<priority value="TRACE"/>
</category>
-->
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list