[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/logback.xml
noreply at shibboleth.net
noreply at shibboleth.net
Wed Jan 22 13:05:19 EST 2014
Author: tzeller
Date: Wed Jan 22 13:05:18 2014
New Revision: 5228
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5228&view=rev
Log:
Do not log exception when bean definition class is a property by setting log level to INFO and not DEBUG.
Modified:
trunk/idp-conf/src/main/resources/conf/logback.xml
Modified: trunk/idp-conf/src/main/resources/conf/logback.xml
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/main/resources/conf/logback.xml?rev=5228&r1=5227&r2=5228&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Wed Jan 22 13:05:18 2014
@@ -31,6 +31,10 @@
<!-- Do not log exception when schemaLocation begins with 'classpath:' and root level is DEBUG. -->
<logger name="org.springframework.beans.factory.xml.ResourceEntityResolver" level="INFO" />
+
+ <!-- Do not log exception when bean definition class is a property and root level is DEBUG. -->
+ <logger name="org.springframework.beans.factory.support.DefaultListableBeanFactory" level="INFO" />
+ <logger name="org.springframework.context.annotation.ConfigurationClassUtils" level="INFO" />
<logger name="PROTOCOL_MESSAGE" level="DEBUG" />
More information about the commits
mailing list