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

noreply at shibboleth.net noreply at shibboleth.net
Tue May 20 21:20:36 EDT 2014


Author: tzeller
Date: Tue May 20 21:20:35 2014
New Revision: 5961

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=5961&view=rev
Log:
Do not log AlgorithmRegistry exceptions when algorithms are not available at runtime.

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=5961&r1=5960&r2=5961&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Tue May 20 21:20:35 2014
@@ -35,6 +35,9 @@
 
     <logger name="org.opensaml.xmlsec" level="DEBUG" />
 
+    <!-- Do not log failed runtime support check exceptions. -->
+    <logger name="org.opensaml.xmlsec.algorithm.AlgorithmRegistry" 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" />
 



More information about the commits mailing list