[java-identity-provider] branch main updated: IDP-1863 - Add SAML decrypter logger to shipped logback.xml
Scott Cantor
cantor.2 at osu.edu
Wed Nov 3 12:42:54 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=2dd5166b8b96cdb4ac6c29dd41abf7024230b967
The following commit(s) were added to refs/heads/main by this push:
new 2dd5166b8 IDP-1863 - Add SAML decrypter logger to shipped logback.xml
2dd5166b8 is described below
commit 2dd5166b8b96cdb4ac6c29dd41abf7024230b967
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Nov 3 08:42:51 2021 -0400
IDP-1863 - Add SAML decrypter logger to shipped logback.xml
https://shibboleth.atlassian.net/browse/IDP-1863
---
idp-conf/src/main/resources/conf/logback.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/idp-conf/src/main/resources/conf/logback.xml b/idp-conf/src/main/resources/conf/logback.xml
index 730f583bc..50450db24 100644
--- a/idp-conf/src/main/resources/conf/logback.xml
+++ b/idp-conf/src/main/resources/conf/logback.xml
@@ -55,6 +55,7 @@
<!-- Logs unencrypted SAML at DEBUG level -->
<logger name="org.opensaml.saml.saml2.encryption.Encrypter" level="${idp.loglevel.encryption}" />
+ <logger name="org.opensaml.saml.saml2.encryption.Decrypter" level="${idp.loglevel.encryption}" />
<!-- Logs system properties during startup at DEBUG level -->
<logger name="net.shibboleth.idp.log.LogbackLoggingService" level="${idp.loglevel.props}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list