[java-identity-provider] 01/02: IDP-2283 - Logging categories are out of date
Scott Cantor
cantor.2 at osu.edu
Thu Jul 25 18:58:56 UTC 2024
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=476a2352cf88d15562afd7c648cd82c0380675ad
commit 476a2352cf88d15562afd7c648cd82c0380675ad
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Jul 25 14:35:22 2024 -0400
IDP-2283 - Logging categories are out of date
https://shibboleth.atlassian.net/browse/IDP-2283
Add shared category.
---
.../src/main/resources/net/shibboleth/idp/module/conf/logback.xml | 4 ++++
1 file changed, 4 insertions(+)
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 e927c5718..ae677ede0 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
@@ -26,6 +26,7 @@
<variable name="idp.loglevel.messages" value="${idp.loglevel.messages:-INFO}" />
<variable name="idp.loglevel.encryption" value="${idp.loglevel.encryption:-INFO}" />
<variable name="idp.loglevel.opensaml" value="${idp.loglevel.opensaml:-INFO}" />
+ <variable name="idp.loglevel.shared" value="${idp.loglevel.shared:-INFO}" />
<variable name="idp.loglevel.props" value="${idp.loglevel.props:-INFO}" />
<variable name="idp.loglevel.httpclient" value="${idp.loglevel.httpclient:-INFO}" />
@@ -43,6 +44,9 @@
<!-- Logs OpenSAML, but not IdP, messages -->
<logger name="org.opensaml.saml" level="${idp.loglevel.opensaml}"/>
+
+ <!-- Logs supporting code. -->
+ <logger name="net.shibboleth.shared" level="${idp.loglevel.shared}"/>
<!-- Logs LDAP related messages -->
<logger name="org.ldaptive" level="${idp.loglevel.ldap}"/>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list