[java-identity-provider] branch maint-5.1 updated: IDP-2283 - Logging categories are out of date

Scott Cantor cantor.2 at osu.edu
Thu Jul 25 18:35:49 UTC 2024


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch maint-5.1
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=4f6f46ab2b28b92d420ce311e6a932cde89b5f40

The following commit(s) were added to refs/heads/maint-5.1 by this push:
     new 4f6f46ab2 IDP-2283 - Logging categories are out of date
4f6f46ab2 is described below

commit 4f6f46ab2b28b92d420ce311e6a932cde89b5f40
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