I modify tomcat/conf/logging.properties and no matter what i do, I cannot get myfaces logging to work. I am using tomcat 5.5.16. I can get the tomcat logs to log okay, but not myfaces stuff. Here is the bottom of my logging.properties file (I currently have all the tomcat stuff set to info so no extra tomcat logs are in my way, but when I go to fine for org.apache.catalina, I do see logs).

javax.faces.level=ALL
org.apache.myfaces.level=ALL

org.apache.catalina.loader.level=INFO
org.apache.catalina.session.level=INFO
org.apache.tomcat.util.level=INFO
org.apache.tomcat.util.digester.level=INFO
org.apache.tomcat.util.digester.Digester.level=INFO
org.apache.catalina.startup.level=INFO
org.apache.commons.level=INFO
org.apache.catalina.level=INFO
org.apache.tomcat.level=INFO

thanks for any help on this,
dean

Reply via email to