[java-identity-provider] branch main updated: IDP-1812 - Make consent attribute logging less noisy

Tom Zeller tzeller at dragonacea.biz
Tue May 18 19:36:20 UTC 2021


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

tzeller pushed a commit to branch main
in repository java-identity-provider.

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

The following commit(s) were added to refs/heads/main by this push:
       new  b6800e8cf IDP-1812 - Make consent attribute logging less noisy
b6800e8cf is described below

commit b6800e8cfe4f0814a0a45ce3e483a781023c5f79
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 18 14:35:46 2021 -0500

    IDP-1812 - Make consent attribute logging less noisy
    
    https://issues.shibboleth.net/jira/browse/IDP-1812
---
 .../idp/consent/flow/ar/impl/PopulateAttributeReleaseContext.java     | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/ar/impl/PopulateAttributeReleaseContext.java b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/ar/impl/PopulateAttributeReleaseContext.java
index 9c6db1edb..f5fb1c5a7 100644
--- a/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/ar/impl/PopulateAttributeReleaseContext.java
+++ b/idp-consent-impl/src/main/java/net/shibboleth/idp/consent/flow/ar/impl/PopulateAttributeReleaseContext.java
@@ -95,7 +95,9 @@ public class PopulateAttributeReleaseContext extends AbstractAttributeReleaseAct
 
         getAttributeReleaseContext().getConsentableAttributes().putAll(consentableAttributes);
 
-        log.debug("{} Consentable attributes '{}'", getLogPrefix(), consentableAttributes);
+        log.debug("{} Consentable attribute IDs '{}'", getLogPrefix(), consentableAttributes.keySet());
+
+        log.trace("{} Consentable attributes '{}'", getLogPrefix(), consentableAttributes);
     }
 
 }
\ No newline at end of file

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


More information about the commits mailing list