[java-idp-jetty-base] branch 9.4 updated: IDP-1714 - Jetty module is missing logback pointer
Scott Cantor
cantor.2 at osu.edu
Thu Mar 11 19:55:06 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch 9.4
in repository java-idp-jetty-base.
View the commit online:
http://git.shibboleth.net/view/?p=java-idp-jetty-base.git;a=commit;h=f9433322f17a60f930022364ead4b0790a617a6d
The following commit(s) were added to refs/heads/9.4 by this push:
new f943332 IDP-1714 - Jetty module is missing logback pointer
f943332 is described below
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