[java-opensaml] 02/02: OSJ-378: Logging on AlgorithmSupport "failures" should be DEBUG

Brent Putman putmanb at georgetown.edu
Fri Mar 15 00:36:01 UTC 2024


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

putmanb pushed a commit to branch maint-4
in repository java-opensaml.

View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=60b5156ea3ceb86d4066020cb7088b5647e09389

commit 60b5156ea3ceb86d4066020cb7088b5647e09389
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Mon Jul 31 19:51:25 2023 -0400

    OSJ-378: Logging on AlgorithmSupport "failures" should be DEBUG
---
 .../src/main/java/org/opensaml/xmlsec/algorithm/AlgorithmSupport.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/algorithm/AlgorithmSupport.java b/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/algorithm/AlgorithmSupport.java
index 69b1e469e..80d640ba8 100644
--- a/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/algorithm/AlgorithmSupport.java
+++ b/opensaml-xmlsec-api/src/main/java/org/opensaml/xmlsec/algorithm/AlgorithmSupport.java
@@ -333,7 +333,7 @@ public final class AlgorithmSupport {
             }
         }
     
-        LOG.info("Mapping from algorithm URI {} to key length not available", algorithmURI);
+        LOG.debug("Mapping from algorithm URI {} to key length not available", algorithmURI);
         return null;
     }
 

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


More information about the commits mailing list