[java-identity-provider COMMIT] /trunk/idp-conf/src/main/resources/conf/logback.xml
noreply at shibboleth.net
noreply at shibboleth.net
Thu Oct 16 12:59:40 EDT 2014
Author: scantor
Date: Thu Oct 16 12:59:39 2014
New Revision: 6726
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6726&view=rev
Log:
We're catching xmlsec logging now apparently. ;-)
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=6726&r1=6725&r2=6726&view=diff
==============================================================================
--- trunk/idp-conf/src/main/resources/conf/logback.xml (original)
+++ trunk/idp-conf/src/main/resources/conf/logback.xml Thu Oct 16 12:59:39 2014
@@ -19,6 +19,7 @@
<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.apache.xml.security" 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