[jboss-user] [Beginners Corner] - Re: logging
jaikiran
do-not-reply at jboss.com
Sat Dec 6 02:55:38 EST 2008
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#4194777
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4194777
More information about the jboss-user
mailing list