Log4J is used for logging. The configuration file is at server/xxx/cong/jboss-log4j.xml.
Simply add new categories with priority levels. Example:
<category name="org.hibernate">
| <priority value="WARN"/>
| </category>
Log4J docs:
http://logging.apache.org/log4j/1.2/manual.html
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4201855#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...