0 Replies Latest reply on Feb 10, 2011 3:47 AM by dwarak_cit

    Disable log output of RichFaces in JBoss server

    dwarak_cit

      Hi,

       

      How can I disable / minimize log output of RichFaces?

       

      I tried following entry in my jboss-log4j.xml file, but it does not seem to help.

       

      <category name="org.ajax4jsf">

           <priority value="WARN" />

      </category>

      <category name="org.richfaces">

           <priority value="WARN" />

      </category>

       

      Thanks!!