[java-idp-plugin-webauthn] branch main updated: Change INFO logging to DEBUG

Codeberg noreply at shibboleth.net
Mon Jan 26 10:59:01 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-idp-plugin-webauthn.

View the commit online:
https://codeberg.org/Shibboleth/java-idp-plugin-webauthn/commit/aed2fbb9dafa1073b16c16258ae1fe069fc71ea4

The following commit(s) were added to refs/heads/main by this push:
     new aed2fbb  Change INFO logging to DEBUG
aed2fbb is described below

commit aed2fbb9dafa1073b16c16258ae1fe069fc71ea4
Author: Phil Smart <philip.smart at jisc.ac.uk>
AuthorDate: Mon Jan 26 10:54:38 2026 +0000

    Change INFO logging to DEBUG
---
 .../impl/StrategyBasedIdPStorageServiceCredentialRepository.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StrategyBasedIdPStorageServiceCredentialRepository.java b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StrategyBasedIdPStorageServiceCredentialRepository.java
index c33b988..e8bfc2e 100644
--- a/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StrategyBasedIdPStorageServiceCredentialRepository.java
+++ b/webauthn-impl/src/main/java/net/shibboleth/idp/plugin/authn/webauthn/storage/impl/StrategyBasedIdPStorageServiceCredentialRepository.java
@@ -208,7 +208,7 @@ public class StrategyBasedIdPStorageServiceCredentialRepository extends IdPStora
                 .collect(CollectionSupport.nonnullCollector(Collectors.toUnmodifiableSet()))
                 .get();
             
-            log.info("{}: Found '{}' matching credentials for credentialId '{}'", getId(), 
+            log.debug("{}: Found '{}' matching credentials for credentialId '{}'", getId(), 
                     matchingCredentials.size(), credentialIdB64);
             if (!matchingCredentials.isEmpty()) {
                 return matchingCredentials.stream()

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


More information about the commits mailing list