[java-identity-provider] branch master updated: Attribute mapping is no more, so don't log it

Rod Widdowson rdw at steadingsoftware.com
Wed Jan 15 13:04:42 EST 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=33bafbdaef75b77cdedb648637a1230926b35984

The following commit(s) were added to refs/heads/master by this push:
       new  33bafbd   Attribute mapping is no more, so don't log it
33bafbd is described below

commit 33bafbdaef75b77cdedb648637a1230926b35984
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Jan 15 18:04:17 2020 +0000

    Attribute mapping is no more, so don't log it
---
 idp-conf/src/main/resources/conf/logback.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/idp-conf/src/main/resources/conf/logback.xml b/idp-conf/src/main/resources/conf/logback.xml
index f5d1078..ac19b1f 100644
--- a/idp-conf/src/main/resources/conf/logback.xml
+++ b/idp-conf/src/main/resources/conf/logback.xml
@@ -60,7 +60,6 @@
     <logger name="net.shibboleth.idp.log.LogbackLoggingService" level="${idp.loglevel.props}" />
 
     <!-- Especially chatty. -->
-    <logger name="net.shibboleth.idp.saml.attribute.mapping" level="INFO" />
     <logger name="org.apache.xml.security" level="${idp.loglevel.xmlsec}" />
     <logger name="org.springframework" level="${idp.loglevel.spring}"/>
     <logger name="org.apache.catalina" level="${idp.loglevel.container}"/>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list