[jbosscache-commits] JBoss Cache SVN: r7117 - core/trunk/src/main/java/org/jboss/cache/config/parsing.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Nov 11 18:20:54 EST 2008


Author: bstansberry at jboss.com
Date: 2008-11-11 18:20:54 -0500 (Tue, 11 Nov 2008)
New Revision: 7117

Modified:
   core/trunk/src/main/java/org/jboss/cache/config/parsing/XmlConfigHelper.java
Log:
Reduce logging level

Modified: core/trunk/src/main/java/org/jboss/cache/config/parsing/XmlConfigHelper.java
===================================================================
--- core/trunk/src/main/java/org/jboss/cache/config/parsing/XmlConfigHelper.java	2008-11-11 23:17:24 UTC (rev 7116)
+++ core/trunk/src/main/java/org/jboss/cache/config/parsing/XmlConfigHelper.java	2008-11-11 23:20:54 UTC (rev 7117)
@@ -564,7 +564,7 @@
       Map<String, String> stringAttribs = new HashMap<String, String>();
       Map<String, Element> xmlAttribs = new HashMap<String, Element>();
       NodeList list = source.getElementsByTagName(ATTR);
-      if (log.isDebugEnabled()) log.debug("Attribute size: " + list.getLength());
+      if (log.isTraceEnabled()) log.trace("Attribute size: " + list.getLength());
 
       // loop through attributes
       for (int loop = 0; loop < list.getLength(); loop++)




More information about the jbosscache-commits mailing list