[java-identity-provider] branch main updated: Turn logging back down.

Scott Cantor cantor.2 at osu.edu
Tue Dec 21 21:50:48 UTC 2021


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

scantor 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=c81fd2fa58b6229606f4b03722a8854c16ff7b0e

The following commit(s) were added to refs/heads/main by this push:
     new c81fd2fa5 Turn logging back down.
c81fd2fa5 is described below

commit c81fd2fa58b6229606f4b03722a8854c16ff7b0e
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Dec 21 16:50:45 2021 -0500

    Turn logging back down.
---
 .../idp/authn/AbstractUsernamePasswordCredentialValidator.java          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AbstractUsernamePasswordCredentialValidator.java b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AbstractUsernamePasswordCredentialValidator.java
index a0fcbe640..b000125df 100644
--- a/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AbstractUsernamePasswordCredentialValidator.java
+++ b/idp-authn-api/src/main/java/net/shibboleth/idp/authn/AbstractUsernamePasswordCredentialValidator.java
@@ -238,7 +238,7 @@ public abstract class AbstractUsernamePasswordCredentialValidator extends Abstra
         
         final UsernamePasswordContext upContext = usernamePasswordContextLookupStrategy.apply(authenticationContext);
         if (upContext == null) {
-            log.info("{} No UsernamePasswordContext available", getLogPrefix());
+            log.debug("{} No UsernamePasswordContext available", getLogPrefix());
             if (errorHandler != null) {
                 errorHandler.handleError(profileRequestContext, authenticationContext, AuthnEventIds.NO_CREDENTIALS,
                         AuthnEventIds.NO_CREDENTIALS);

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


More information about the commits mailing list