[jboss-user] [JBoss Seam] - Re: JSF performance tips in Seam applications
chuaky
do-not-reply at jboss.com
Mon Aug 27 21:32:40 EDT 2007
sorry didn't post properly ...
To turn off the Jboss seam logging, is it sufficient to change this setting at \server\default\conf\log4j.xml:
| <!-- ======================= -->
| <!-- Setup the Root category -->
| <!-- ======================= -->
|
| <root>
| <priority value="WARN"/>
| <appender-ref ref="CONSOLE"/>
| <appender-ref ref="FILE"/>
| </root>
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4078551#4078551
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4078551
More information about the jboss-user
mailing list