[java-idp-plugin-jetty] 70/186: IDP-1714 - Jetty module is missing logback pointer

Rod Widdowson rdw at steadingsoftware.com
Thu Jul 24 15:57:01 UTC 2025


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

rdw pushed a commit to branch dev/foo
in repository java-idp-plugin-jetty.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-plugin-jetty.git;a=commit;h=f9433322f17a60f930022364ead4b0790a617a6d

commit f9433322f17a60f930022364ead4b0790a617a6d
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 11 14:55:04 2021 -0500

    IDP-1714 - Jetty module is missing logback pointer
    
    https://issues.shibboleth.net/jira/browse/IDP-1714
---
 src/main/resources/jetty-base/start.d/idp-logging.ini | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/resources/jetty-base/start.d/idp-logging.ini b/src/main/resources/jetty-base/start.d/idp-logging.ini
index 0302599..f1f747a 100644
--- a/src/main/resources/jetty-base/start.d/idp-logging.ini
+++ b/src/main/resources/jetty-base/start.d/idp-logging.ini
@@ -3,3 +3,6 @@
 # Shibboleth IdP Logging
 # --------------------------------------- 
 --module=idp-logging
+
+# This seems to be needed in some cases to get early logging output.
+-Dlogback.configurationFile=resources/logback.xml
\ No newline at end of file

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


More information about the commits mailing list