[java-idp-jetty-base] 08/13: IDP-1110 - Add jetty-logback-access from Jetty

Tom Zeller tzeller at dragonacea.biz
Wed Jun 14 18:34:05 EDT 2017


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