[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/logback.xml
noreply at shibboleth.net
noreply at shibboleth.net
Mon Jan 13 19:11:56 EST 2014
Author: tzeller
Date: Mon Jan 13 19:11:56 2014
New Revision: 5190
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5190&view=rev
Log:
Do not log exceptions when schemaLocation begins with 'classpath:'.
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=5190&r1=5189&r2=5190&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Mon Jan 13 19:11:56 2014
@@ -29,6 +29,9 @@
<logger name="org.ldaptive" 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" />
+
<logger name="PROTOCOL_MESSAGE" level="DEBUG" />
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
More information about the commits
mailing list