[java-shib-attribute] branch main updated: Lower log level.
Scott Cantor
cantor.2 at osu.edu
Tue Dec 12 19:25:34 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository java-shib-attribute.
View the commit online:
http://git.shibboleth.net/view/?p=java-shib-attribute.git;a=commit;h=0c8eabee882e919e3381f4579f3755462685bb3b
The following commit(s) were added to refs/heads/main by this push:
new 0c8eabee8 Lower log level.
0c8eabee8 is described below
commit 0c8eabee882e919e3381f4579f3755462685bb3b
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 12 14:25:31 2023 -0500
Lower log level.
---
.../idp/attribute/resolver/spring/BaseResolverPluginParser.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java
index 669d559b8..820a283b3 100644
--- a/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java
+++ b/shib-attribute-resolver-spring/src/main/java/net/shibboleth/idp/attribute/resolver/spring/BaseResolverPluginParser.java
@@ -62,7 +62,7 @@ public abstract class BaseResolverPluginParser extends AbstractCustomBeanDefinit
+ ".RelyingPartyIdPredicate.class", null);
if (className != null) {
relyingPartyPredicateClass = (Class<? extends Predicate<?>>) Class.forName(className);
- log.debug("Using class for mapped tag predicate: {}", className);
+ log.trace("Using class for mapped tag predicate: {}", className);
relyingPartyPredicateFactoryMethod = getCustomProperty(BaseResolverPluginParser.class.getName()
+ ".RelyingPartyIdPredicate.factoryMethod", null);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list