[java-identity-provider] branch main updated: Add missing properties to generic LoggingService.

Scott Cantor cantor.2 at osu.edu
Thu Sep 1 18:45:04 UTC 2022


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=3a7f06c1556c2af98bd93c4517d7bddb0a9e74e9

The following commit(s) were added to refs/heads/main by this push:
     new 3a7f06c15 Add missing properties to generic LoggingService.
3a7f06c15 is described below

commit 3a7f06c1556c2af98bd93c4517d7bddb0a9e74e9
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Sep 1 14:45:01 2022 -0400

    Add missing properties to generic LoggingService.
---
 .../src/main/resources/net/shibboleth/idp/conf/services-system.xml      | 2 ++
 1 file changed, 2 insertions(+)

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 ced89c5de..927b32717 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
@@ -21,7 +21,9 @@
 
     <bean id="shibboleth.LoggingService"
         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: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