[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/logback.xml

noreply at shibboleth.net noreply at shibboleth.net
Fri Feb 14 22:44:17 EST 2014


Author: scantor
Date: Fri Feb 14 22:44:17 2014
New Revision: 5386

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5386&view=rev
Log:
Remove unneeded (I think) exception suppressor.

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=5386&r1=5385&r2=5386&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Fri Feb 14 22:44:17 2014
@@ -28,9 +28,6 @@
     <!-- 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" />
 
-    <!-- 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.context.annotation.ConfigurationClassUtils" level="INFO" />
 



More information about the commits mailing list