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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to