You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by ch...@apache.org on 2005/11/23 13:29:27 UTC

svn commit: r348422 - /lenya/trunk/src/confpatch/log4j-logger.xconf

Author: chestnut
Date: Wed Nov 23 04:29:23 2005
New Revision: 348422

URL: http://svn.apache.org/viewcvs?rev=348422&view=rev
Log:
applied Patch for removing log4j:WARN removing upon Jetty start-up,
Bug 37240,  Thanks to a patch by Felix Röthenbacher

Added:
    lenya/trunk/src/confpatch/log4j-logger.xconf   (with props)

Added: lenya/trunk/src/confpatch/log4j-logger.xconf
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/confpatch/log4j-logger.xconf?rev=348422&view=auto
==============================================================================
--- lenya/trunk/src/confpatch/log4j-logger.xconf (added)
+++ lenya/trunk/src/confpatch/log4j-logger.xconf Wed Nov 23 04:29:23 2005
@@ -0,0 +1,23 @@
+<?xml version="1.0"?>
+<!--
+  Copyright 1999-2004 The Apache Software Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+
+<xconf xpath="/configuration" unless="/configuration/logger[@name='org.mortbay.http.ContextLoader']" insert-after="appender">
+
+    <logger name="org.mortbay.http.ContextLoader">
+        <level value="warn"/>
+    </logger>
+</xconf>

Propchange: lenya/trunk/src/confpatch/log4j-logger.xconf
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org