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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
