[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: separating Hibernate and Struts logs

jaikiran do-not-reply at jboss.com
Fri Feb 8 10:51:05 EST 2008


I actually have something like this in my log4j file:

  | <category name="org.jboss">
  |       <priority value="WARN"/>
  |    </category>
  | 
  |      <category name="org.jboss.system">
  |          <priority value="INFO" />
  |    </category>

I see logs being generated for org.jboss.system (which is a sub-package under org.jboss) at INFO level and that for all other classes of org.jboss (and its subfolders) being generated at WARN level. How does your configuration look like after the changes you have done?



View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4127869#4127869

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



More information about the jboss-user mailing list