2 Replies Latest reply on Aug 27, 2007 6:32 AM by aleksi

    Trace level or?

    aleksi

      Hi all!
      I am trying to simulate message and log that anywhere, I am using
      Eclipse.
      I send message in Queque and I try to see what is happening.
      In server log I do not see any MBean action logged.
      I also tried normal java.util.logging.Logger and dont see any.

      I think I need to set JBoss Apl. Server and log4j to TRACE level.
      Actually not sure!

      Thanks

        • 1. Re: Trace level or?
          aleksi

          I've tried with:








          and then in file:

          log4j.info("MDBBug: Message is type " + message.getClass().toString() + " -- end info log");


          and that still works not.

          How I gett my JMS Beans or client action logged?

          Please reply, it is urgent!

          • 2. Re: Trace level or?
            aleksi

            So
            I've tried with:

            <category name="org.jboss.jms">
             <priority value="INFO" class="org.jboss.logging.XLevel"/>
             </category>
             <category name="org.jboss.ejb.plugins.jms">
             <priority value="INFO" class="org.jboss.logging.XLevel"/>
             </category>


            and then in file:

            log4j.info("MDBBug: Message is type " + message.getClass().toString() + " -- end info log");


            and that still works not.

            How I gett my JMS Beans or client action logged?

            Please reply, it is urgent!