[java-opensaml] branch master updated: Raise some logging.
Scott Cantor
cantor.2 at osu.edu
Mon Mar 2 19:08:35 EST 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=java-opensaml.git;a=commit;h=fd968da6fb45e407ba0216cd5f8422b1603960bb
The following commit(s) were added to refs/heads/master by this push:
new fd968da Raise some logging.
fd968da is described below
commit fd968da6fb45e407ba0216cd5f8422b1603960bb
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Mar 2 19:08:31 2020 -0500
Raise some logging.
---
.../java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
index ca320c7..6f2ccf8 100644
--- a/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
+++ b/opensaml-saml-impl/src/main/java/org/opensaml/saml/saml2/profile/impl/ValidateAssertions.java
@@ -322,7 +322,7 @@ public class ValidateAssertions extends AbstractProfileAction {
log.debug("{} Assertion validation result was: {}", getLogPrefix(), validationResult);
if (validationResult != ValidationResult.VALID) {
- log.debug("{} Assertion validation failure msg was: {}",
+ log.info("{} Assertion validation failure msg was: {}",
getLogPrefix(), validationContext.getValidationFailureMessage());
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list