[java-identity-provider] branch main updated: IDP-2452 - Startup logging for IdP seems to be absent

Codeberg noreply at shibboleth.net
Mon Apr 20 16:00:20 UTC 2026


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

codeberg pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
https://codeberg.org/Shibboleth/java-identity-provider/commit/426b73feb37829139fb914bdba1d9ff8aaa48a01

The following commit(s) were added to refs/heads/main by this push:
     new 426b73feb IDP-2452 - Startup logging for IdP seems to be absent
426b73feb is described below

commit 426b73feb37829139fb914bdba1d9ff8aaa48a01
Author: Scott Cantor <scott at restingparrotsoftware.com>
AuthorDate: Mon Apr 20 11:50:39 2026 -0400

    IDP-2452 - Startup logging for IdP seems to be absent
    
    https://shibboleth.atlassian.net/browse/IDP-2452
    
    Relocate "fallback" logback.xml to an internal classpath location.
---
 .../src/main/resources/{ => net/shibboleth/idp/conf}/logback.xml        | 0
 .../src/main/resources/net/shibboleth/idp/conf/services-system.xml      | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-conf-impl/src/main/resources/logback.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/logback.xml
similarity index 100%
rename from idp-conf-impl/src/main/resources/logback.xml
rename to idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/logback.xml
diff --git a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
index 95cdda65d..f1e6b0529 100644
--- a/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
+++ b/idp-conf-impl/src/main/resources/net/shibboleth/idp/conf/services-system.xml
@@ -30,7 +30,7 @@
         class="%{idp.service.logging.class:net.shibboleth.shared.service.impl.LogbackLoggingService}"
         p:homePropertyName="idp.home"
         p:loggingConfiguration="%{idp.service.logging.resource:%{idp.home}/conf/logback.xml}"
-        p:fallbackConfiguration="classpath:/logback.xml"
+        p:fallbackConfiguration="classpath:/net/shibboleth/idp/conf/logback.xml"
         p:reloadCheckDelay="%{idp.service.logging.checkInterval:PT0S}"
         p:failFast="%{idp.service.logging.failFast:%{idp.service.failFast:true}}" />
         

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list