[java-idp-jetty-base] branch 9.4 updated: Do not fork by overriding logging-logback.mod
Tom Zeller
tzeller at dragonacea.biz
Wed Aug 14 14:05:33 EDT 2019
This is an automated email from the git hooks/post-receive script.
tzeller 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=7239ecf180789b64f2da0397074cb8196adbbfd4
The following commit(s) were added to refs/heads/9.4 by this push:
new 7239ecf Do not fork by overriding logging-logback.mod
7239ecf is described below
commit 7239ecf180789b64f2da0397074cb8196adbbfd4
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Aug 14 13:03:09 2019 -0500
Do not fork by overriding logging-logback.mod
Aligns with 9.4-windows branch.
See https://wiki.shibboleth.net/confluence/display/DEV/JettyBase9.4ForWindows
---
.../resources/jetty-base/modules/logging-logback.mod | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/src/main/resources/jetty-base/modules/logging-logback.mod b/src/main/resources/jetty-base/modules/logging-logback.mod
new file mode 100644
index 0000000..5ac0006
--- /dev/null
+++ b/src/main/resources/jetty-base/modules/logging-logback.mod
@@ -0,0 +1,17 @@
+[description]
+Configure jetty logging to use Logback Logging.
+SLF4J is used as the core logging mechanism.
+Shibboleth modification : do not exec
+
+[tags]
+logging
+
+[depends]
+slf4j-logback
+logback-impl
+
+[provides]
+logging
+
+# [exec]
+# -Dorg.eclipse.jetty.util.log.class?=org.eclipse.jetty.util.log.Slf4jLog
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list