[java-idp-plugin-jetty] 18/186: IDP-1110 - Add jetty-logback-access from Jetty
Rod Widdowson
rdw at steadingsoftware.com
Thu Jul 24 15:56:09 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=1d91608fd102ba4482e4eef90c30d88806ba3955
commit 1d91608fd102ba4482e4eef90c30d88806ba3955
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jun 14 17:25:08 2017 -0500
IDP-1110 - Add jetty-logback-access from Jetty
---
.../resources/jetty-base/etc/jetty-logback-access.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/src/main/resources/jetty-base/etc/jetty-logback-access.xml b/src/main/resources/jetty-base/etc/jetty-logback-access.xml
new file mode 100644
index 0000000..b2cf4b2
--- /dev/null
+++ b/src/main/resources/jetty-base/etc/jetty-logback-access.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0"?>
+<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure_9_3.dtd">
+
+<!-- =============================================================== -->
+<!-- Configure the Logback Request Log -->
+<!-- =============================================================== -->
+<Configure id="Server" class="org.eclipse.jetty.server.Server">
+ <Set name="RequestLog">
+ <New id="RequestLog" class="ch.qos.logback.access.jetty.RequestLogImpl">
+ <Set name="name">logback-access</Set>
+ <Set name="resource">/logback-access.xml</Set>
+ <Call name="start"/>
+ </New>
+ </Set>
+</Configure>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list