You can turn off the logging from unwanted packages in the log4j.xml by setting their
level to OFF. For example, if you want to disable Hibernate3 logging, you can add:
<category name="org.hibernate">
| <priority value="OFF"/>
| </category>
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194777#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...