I am trying to retrieve the JBOSS Connection pool stats by enabling the log4j TRACE level.
This is how I do it:
in the log4j.xml file:
category
name="org.jboss...JBossManagedConnectionPoll"
priority value="TRACE" class="org.jboss.logging.XLevel"
appender-ref ref="JBOSSLOG"
category
the JBOSSLOG appender is referencing an output file where I can see only DEBUG messages.
Does someone know why the TRACE information is not coming out?
thanks for your help.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3991822#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...