2 Replies Latest reply on Sep 14, 2010 12:39 PM by robertjlee

    Having troubles getting TRACE output out of JMSBridge

    jcstaff

      I am trying to do some debugging of my JMSBridge configuration running within JBoss 5.1.0.GA. Unfortunately nothing gets logged until I can turn on TRACE and am having issues doing that simple task.

       

      I have added the following to cong/jboss-log4j.xml

       

      <category name="org.hornetq.jms">
           <priority value="TRACE"/>
         </category>

       

      Nothing came out (even after a restart), so I also tried adding the following to the console

       

         <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
      ...

            <param name="Threshold" value="TRACE"/>

      ...

         </appender>

       

      Nothing (even after a restart). So I tried adding this to the root

       

      <root>
      ...

         <priority value="TRACE"/>
      ...

      </root>

       

      Of course the world started TRACE-ing (including what I needed). What am I missing about surgically turning on TRACE for the JMSBridge?

       

      thanks,

      jim