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/13 15:42:20 UTC

svn commit: r1361215 - in /lucene/dev/branches/branch_4x: ./ solr/ solr/example/ solr/example/etc/jetty.xml

Author: markrmiller
Date: Fri Jul 13 13:42:20 2012
New Revision: 1361215

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

Modified:
    lucene/dev/branches/branch_4x/   (props changed)
    lucene/dev/branches/branch_4x/solr/   (props changed)
    lucene/dev/branches/branch_4x/solr/example/   (props changed)
    lucene/dev/branches/branch_4x/solr/example/etc/jetty.xml

Modified: lucene/dev/branches/branch_4x/solr/example/etc/jetty.xml
URL: http://svn.apache.org/viewvc/lucene/dev/branches/branch_4x/solr/example/etc/jetty.xml?rev=1361215&r1=1361214&r2=1361215&view=diff
==============================================================================
--- lucene/dev/branches/branch_4x/solr/example/etc/jetty.xml (original)
+++ lucene/dev/branches/branch_4x/solr/example/etc/jetty.xml Fri Jul 13 13:42:20 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>