[jboss-user] [JBoss Portal] - Re: loglevel tuning

PeterJ do-not-reply at jboss.com
Wed Jan 14 11:06:05 EST 2009


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#4201855

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4201855



More information about the jboss-user mailing list