It doesnt work to filter out the log messages in TreeCache using log4j. If i set a category "org.jboss.cache" to say "WARN" then the TreeCache ignores that level and still logs all the "INFO" messages. This is because TreeCache is derived from ServiceMBeanSupport which is defined in package "org.jboss.system" and thus is using the Logger declared in ServiceMBeanSupport which is declared protected. This causes confusion since you'd have to configure a category for "org.jboss.system" in log4j to control the log level of the TreeCache.
-markus View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842186#3842186 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842186 ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ JBoss-Development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
