Author: ppitonak(a)redhat.com
Date: 2010-12-16 10:52:08 -0500 (Thu, 16 Dec 2010)
New Revision: 20618
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attributes.java
Log:
* change level of logging
Modified:
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attributes.java
===================================================================
---
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attributes.java 2010-12-16
15:33:15 UTC (rev 20617)
+++
modules/tests/metamer/trunk/application/src/main/java/org/richfaces/tests/metamer/Attributes.java 2010-12-16
15:52:08 UTC (rev 20618)
@@ -95,7 +95,7 @@
}
if (!loadFromClass && richfacesAttributes.containsKey(componentClass)) {
- logger.info("retrieving attributes of " + componentClass.getName()
+ " from faces-config.xml");
+ logger.debug("retrieving attributes of " + componentClass.getName()
+ " from faces-config.xml");
if (attributes == null) {
attributes = new TreeMap<String, Attribute>();
}
@@ -104,7 +104,7 @@
attributes.put(newAttr.getName(), newAttr);
}
} else {
- logger.info("retrieving attributes of " + componentClass.getName()
+ " from class descriptor");
+ logger.debug("retrieving attributes of " + componentClass.getName()
+ " from class descriptor");
loadAttributesFromClass(componentClass);
}
Show replies by date