From 90f6791b4ce7ea0eb5f2c8da0d867f79cd30977e Mon Sep 17 00:00:00 2001 From: Brett Porter Date: Thu, 16 Jul 2009 07:43:46 +0000 Subject: [PATCH] [MRM-1216] remove jetty-logging configuration and log everything to stdout (wrapper.log) git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@794571 13f79535-47bb-0310-9956-ffa450edef68 --- archiva-jetty/pom.xml | 5 --- archiva-jetty/src/main/conf/jetty-logging.xml | 32 ------------------- 2 files changed, 37 deletions(-) delete mode 100644 archiva-jetty/src/main/conf/jetty-logging.xml diff --git a/archiva-jetty/pom.xml b/archiva-jetty/pom.xml index badd17e85..0e9ada6ed 100644 --- a/archiva-jetty/pom.xml +++ b/archiva-jetty/pom.xml @@ -86,7 +86,6 @@ org.mortbay.start.Main conf/jetty.xml - conf/jetty-logging.xml jsw @@ -119,10 +118,6 @@ wrapper.app.parameter.2 %ARCHIVA_BASE%/conf/jetty.xml - - wrapper.app.parameter.3 - %ARCHIVA_BASE%/conf/jetty-logging.xml - app.base.envvar ARCHIVA_BASE diff --git a/archiva-jetty/src/main/conf/jetty-logging.xml b/archiva-jetty/src/main/conf/jetty-logging.xml deleted file mode 100644 index 3eedcd6bd..000000000 --- a/archiva-jetty/src/main/conf/jetty-logging.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - - - - - - - - - - - /yyyy_mm_dd.stderrout.log - false - 90 - GMT - - - - - - Redirecting stderr/stdout to - - - - - - - -- 2.39.5