[java-identity-provider COMMIT] in /branches/3.3: ./ idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/S...

noreply at shibboleth.net noreply at shibboleth.net
Mon Mar 6 21:46:08 EST 2017


Author: scantor
Date: Mon Mar  6 21:46:08 2017
New Revision: 8656

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8656&view=rev
Log:
BPr8573 - Turn down logging.

Modified:
    branches/3.3/   (props changed)
    branches/3.3/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java

Modified: branches/3.3/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java
URL: http://svn.shibboleth.net/view/java-identity-provider/branches/3.3/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java?rev=8656&r1=8655&r2=8656&view=diff
==============================================================================
--- branches/3.3/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java	(original)
+++ branches/3.3/idp-profile-api/src/main/java/net/shibboleth/idp/profile/logic/SimpleAttributePredicate.java	Mon Mar  6 21:46:08 2017
@@ -88,7 +88,7 @@
 
             final IdPAttribute attribute = attributeMap.get(id);
             if (attribute == null) {
-                log.info("Attribute {} not found in context", id);
+                log.debug("Attribute {} not found in context", id);
                 return false;
             }
 
@@ -102,7 +102,7 @@
             }
 
             if (!matched) {
-                log.info("Attribute {} values not matched", id);
+                log.debug("Attribute {} values not matched", id);
                 return false;
             }
         }



More information about the commits mailing list