1 Reply Latest reply on Jun 2, 2007 5:43 PM by hstang

    Anyone know how to enable Seam DEBUG logs in JBoss AS?

      Silly question: But how can I see those lovely Seam DEBUG statements in JBoss AS?

      I added the following to JBOSS_HOME/server/default/conf/jboss-log4j.xml but those Seam DEBUG statements are not coming out. I had it working when I created my own log4j.properties when using Seam with Tomcat5 awhile back.

       <category name="org.jboss.seam">
       <priority value="DEBUG"/>
       </category>