3 Replies Latest reply on Dec 30, 2008 9:25 AM by ssilvert

    How to change the log level for Facelets ?

    juergen.zimmermann

      In server/default/config/jboss-log4j.xml I have this logging config:

      <category name="javax.enterprise.resource.webcontainer.jsf">
       <priority value="INFO" />
       </category>
       ...
       <category name="com.sun.facelets">
       <priority value="INFO"/>
       </category>


      However, in server/default/log/server.log I get tons of log records like:
      2008-12-30 12:02:20,049 DEBUG [facelets.compiler] (http-localhost%2F127.0.0.1-8080-2) Initializing
      ...
      2008-12-30 12:02:20,013 DEBUG [facelets.viewhandler] (http-localhost%2F127.0.0.1-8080-2) Initializing
      ...
      2008-12-30 12:02:20,041 DEBUG [facelets.factory] (http-localhost%2F127.0.0.1-8080-2) Resource-Url from external context: jndi:/localhost/hska/
      ...
      2008-12-30 12:02:24,418 DEBUG [facelets.tag.component] (http-localhost%2F127.0.0.1-8080-2) /common/loginForm.xhtml @9,54 <h:outputText> Component[1535454242_41736e47] Created: javax.faces.component.html.HtmlOutputText


      Any hint is appreciated!