[jboss-user] [JBoss Seam] - Re: Server.log and large tables

Bernix do-not-reply at jboss.com
Tue Dec 18 05:39:29 EST 2007


I think you can try to edit the log4j configuration.
e.g. edit JBOSS_HOME/server/default/conf/jboss-log4j.xml

remove the following:
   <category name="org.jboss.management">
  |       <priority value="INFO"/>
  |    </category>
  | 
and
   <category name="org.jboss.serial">
  |       <priority value="INFO"/>
  |    </category>


add the following:
   <category name="org.jboss">
  |       <priority value="WARN"/>
  |    </category>
and
   <category name="org.hibernate">
  |       <priority value="WARN"/>
  |    </category>

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4113705#4113705

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4113705



More information about the jboss-user mailing list