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 2012/07/12 13:58:24 UTC

svn commit: r1360643 - /lucene/dev/trunk/solr/example/etc/jetty.xml

Author: markrmiller
Date: Thu Jul 12 11:58:24 2012
New Revision: 1360643

URL: http://svn.apache.org/viewvc?rev=1360643&view=rev
Log:
fix log dir location

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=1360643&r1=1360642&r2=1360643&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/etc/jetty.xml (original)
+++ lucene/dev/trunk/solr/example/etc/jetty.xml Thu Jul 12 11:58:24 2012
@@ -98,7 +98,7 @@
             <Set name="requestLog">
               <New id="RequestLogImpl" class="org.eclipse.jetty.server.NCSARequestLog">
                 <Set name="filename">
-                   <SystemProperty name="lucidworksLogsHome"/>/request.yyyy_mm_dd.log
+                   logs/request.yyyy_mm_dd.log
                 </Set>
                 <Set name="filenameDateFormat">yyyy_mm_dd</Set>
                 <Set name="retainDays">90</Set>