[jboss-user] [Installation, Configuration & Deployment] - trace logging for jboss
btogo
do-not-reply at jboss.com
Wed Dec 6 19:27:24 EST 2006
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#3991822
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3991822
More information about the jboss-user
mailing list