[java-opensaml] branch main updated: OSJ-378: Logging on AlgorithmSupport "failures" should be DEBUG
Brent Putman
putmanb at georgetown.edu
Mon Jul 31 23:51:44 UTC 2023
This is an automated email from the git hooks/post-receive script.
putmanb pushed a commit to branch main
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=63d134e28c7c5a6a47562369fa7bbd7c0af232ea
The following commit(s) were added to refs/heads/main by this push:
new 63d134e28 OSJ-378: Logging on AlgorithmSupport "failures" should be DEBUG
63d134e28 is described below
commit 63d134e28c7c5a6a47562369fa7bbd7c0af232ea
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 333ef4fed..b5e764524 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
@@ -345,7 +345,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