[java-idp-jetty-base] 02/02: Remove logback-access as it is no longer supported in Jetty 10

Tom Zeller tzeller at dragonacea.biz
Wed Jan 26 19:07:55 UTC 2022


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

tzeller pushed a commit to branch 10
in repository java-idp-jetty-base.

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

commit 515709d7cd33965803b45b9e55387bc44a70e1a3
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Thu Jan 20 09:14:42 2022 -0600

    Remove logback-access as it is no longer supported in Jetty 10
    
    Replacement is requestlog
    
    https://github.com/eclipse/jetty.project/issues/5996
---
 src/main/resources/jetty-base/etc/jetty-logback-access.xml | 14 --------------
 src/main/resources/jetty-base/resources/logback-access.xml | 13 -------------
 2 files changed, 27 deletions(-)

diff --git a/src/main/resources/jetty-base/etc/jetty-logback-access.xml b/src/main/resources/jetty-base/etc/jetty-logback-access.xml
deleted file mode 100644
index 2e0008f..0000000
--- a/src/main/resources/jetty-base/etc/jetty-logback-access.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?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>
diff --git a/src/main/resources/jetty-base/resources/logback-access.xml b/src/main/resources/jetty-base/resources/logback-access.xml
deleted file mode 100644
index 8f17f33..0000000
--- a/src/main/resources/jetty-base/resources/logback-access.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<configuration>
-  <statusListener class="ch.qos.logback.core.status.OnConsoleStatusListener" />
-  <appender name="FILE" class="ch.qos.logback.core.rolling.RollingFileAppender">
-    <file>${jetty.base}/logs/access.log</file>
-    <rollingPolicy class="ch.qos.logback.core.rolling.TimeBasedRollingPolicy">
-      <fileNamePattern>${jetty.base}/logs/access-%d{yyyy-MM-dd}.log.gz</fileNamePattern>
-    </rollingPolicy>
-    <encoder>
-      <pattern>combined</pattern>
-    </encoder>
-  </appender>
-  <appender-ref ref="FILE" />
-</configuration>

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


More information about the commits mailing list