1 Reply Latest reply on Jul 27, 2011 11:11 AM by peterj

    How to activate logging  ?

    stephan972

      Hi,

       

      When I deploy my web application , I got the following messages :

       

      14:31:27,994 INFO  [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/record'
      14:31:49,248 INFO  [PostConstructApplicationEventListener] Running on PrimeFaces 3.0.M2

       

      Almost 28 seconds is spent between the two messages. I have edited server/Web/conf/jboss-log4j.xml but I can't have more

      (DEBUG) messages.

       

      How can I more debug messages ?

       

      TIA

       

      JSF 2 - Mojarra 2.0.6

      JBoss 5.1.0.GA

      Primefaces 3.0-M2

        • 1. Re: How to activate logging  ?
          peterj

          You can only get more DEBUG messages if Mojarra is written to log messages at the DEBUG level. So first you need to find out if Mojarra does that. If it does, then you will have to show use what changes you made to jboss-log4j.xml.