0 Replies Latest reply on Dec 6, 2006 7:22 PM by btogo

    trace logging for jboss

    btogo

      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:

      <appender-ref ref="JBOSSLOG"/>

      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.