You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ma...@apache.org on 2013/09/15 05:19:18 UTC

svn commit: r1523391 - in /lucene/dev/trunk/solr/example/etc: jetty.xml logging.properties

Author: markrmiller
Date: Sun Sep 15 03:19:16 2013
New Revision: 1523391

URL: http://svn.apache.org/r1523391
Log:
SOLR-4984: etc/logging.properties in example should be removed

Removed:
    lucene/dev/trunk/solr/example/etc/logging.properties
Modified:
    lucene/dev/trunk/solr/example/etc/jetty.xml

Modified: lucene/dev/trunk/solr/example/etc/jetty.xml
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/etc/jetty.xml?rev=1523391&r1=1523390&r2=1523391&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/etc/jetty.xml (original)
+++ lucene/dev/trunk/solr/example/etc/jetty.xml Sun Sep 15 03:19:16 2013
@@ -51,7 +51,6 @@
     <Call name="addConnector">
       <Arg>
           <New class="org.eclipse.jetty.server.bio.SocketConnector">
-            <Call class="java.lang.System" name="setProperty"> <Arg>log4j.configuration</Arg> <Arg>etc/log4j.properties</Arg> </Call>
             <Set name="host"><SystemProperty name="jetty.host" /></Set>
             <Set name="port"><SystemProperty name="jetty.port" default="8983"/></Set>
             <Set name="maxIdleTime">50000</Set>