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