Hi ...

How do I log trace level information for org.jboss.xb.* packages

Following does not seem to work:
<category name="org.jboss.system">
  |      <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  |    </category>
  | OR
  | <category name="org.jboss.xb.binding">
  |      <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  |    </category>


Also what is the way to log all incoming and outgoing SOAP requests

Following does not seem to do it:
<category name="org.jboss.ws">
  |      <priority value="DEBUG"/>
  | </category>
  | 

thanks

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4009191#4009191

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4009191
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to