Try setting up a new appender (TRACEFILE in this example) with a threshold of 
TRACE (or no threshold at all), and then changing the category filter to send 
your trace output to this appender.  It will be in a different file of course, 
but it should be limit TRACE to the org.jboss.tm tree.  It won't eliminate 
DEBUG messages from the file, but you can easily grep out the TRACE lines from 
the TRACEFILE.


  |    <category name="org.jboss.tm" additivity="false">
  |       <priority value="TRACE" class="org.jboss.logging.XLevel"/>
  |       <appender-ref ref="TRACEFILE"/>
  |    </category>
  | 



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

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3870666


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to