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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...