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

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 15 17:54:13 EDT 2014


Author: scantor
Date: Wed Oct 15 17:54:13 2014
New Revision: 6720

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6720&view=rev
Log:
Reduce some log chattiness.

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=6720&r1=6719&r2=6720&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Wed Oct 15 17:54:13 2014
@@ -16,7 +16,9 @@
     -->
 
     <!-- Especially chatty. -->    
-    <logger name="net.shibboleth.idp.saml.attribute.mapping.AbstractSAMLAttributesMapper" level="INFO" />
+    <logger name="net.shibboleth.idp.saml.attribute.mapping" level="INFO" />
+    <logger name="org.opensaml.saml.metadata.resolver.filter.impl.EntitiesDescriptorNameProcessor" level="INFO" />
+   
     <logger name="org.springframework" level="ERROR"/>
     <logger name="org.apache.catalina" level="ERROR"/>
     <logger name="org.eclipse.jetty" level="ERROR"/>



More information about the commits mailing list