2 Replies Latest reply on Nov 15, 2012 10:51 AM by claprun

    WSRP logging levels

    regis.mazur

      Hi,

       

      How do i configure the logging level for WSRP? I'd like to have WSRP Debug mode in my Jboss server.log output file. I can't find it in the jboss-log4j.xml file.

       

      Thanks.

      Regards.

      Regis

        • 1. Re: WSRP logging levels
          regis.mazur

          I found this from another forum.

           

          ../jboss-as/server/profile/conf/jboss-log4j.xml file

           

          add:

          *************************************

          <!-- Enable JBossWS Debug mode -->
              <category name="org.jboss.ws">
                 <priority value="DEBUG"/>
              </category>

          <!-- Enable WSRP Debug mode -->
              <category name="org.gatein.wsrp">
                 <priority value="DEBUG"/>
              </category>

          **************************************

          And it works as expected.

          • 2. Re: WSRP logging levels
            claprun

            Thanks, didn't even have time to comment!