[java-identity-provider] branch main updated: Update logging category used to expose system properties.
Scott Cantor
cantor.2 at osu.edu
Wed Jul 19 19:32:06 UTC 2023
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=b661a4ad6f0f0944953bfbe2a7268508593e87b7
The following commit(s) were added to refs/heads/main by this push:
new b661a4ad6 Update logging category used to expose system properties.
b661a4ad6 is described below
commit b661a4ad6f0f0944953bfbe2a7268508593e87b7
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Jul 19 15:32:02 2023 -0400
Update logging category used to expose system properties.
---
.../src/main/resources/net/shibboleth/idp/module/conf/logback.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/logback.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/logback.xml
index 85e6cc0fd..0124fce8f 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/logback.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/module/conf/logback.xml
@@ -58,7 +58,7 @@
<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}" />
+ <logger name="net.shibboleth.idp.admin.impl.LogImplementationDetails" level="${idp.loglevel.props}" />
<!-- Especially chatty. -->
<logger name="org.apache.xml.security" level="${idp.loglevel.xmlsec}" />
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list