You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by sa...@apache.org on 2015/03/29 01:58:09 UTC

svn commit: r1669850 - in /lucene/dev/trunk/solr: example/README.txt server/README.txt

Author: sarowe
Date: Sun Mar 29 00:58:09 2015
New Revision: 1669850

URL: http://svn.apache.org/r1669850
Log:
SOLR-7308: fix doc typo.

Modified:
    lucene/dev/trunk/solr/example/README.txt
    lucene/dev/trunk/solr/server/README.txt

Modified: lucene/dev/trunk/solr/example/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/example/README.txt?rev=1669850&r1=1669849&r2=1669850&view=diff
==============================================================================
--- lucene/dev/trunk/solr/example/README.txt (original)
+++ lucene/dev/trunk/solr/example/README.txt Sun Mar 29 00:58:09 2015
@@ -70,9 +70,9 @@ solrconfig.xml.
 
 * Logging *
 
-By default, Jetty & Solr will log to the console a logs/solr.log. This can be convenient when 
-first getting started, but eventually you will want to log just to a file. To 
-configure logging, edit the log4j.properties file in "resources".
- 
+By default, Jetty & Solr will log to the console and logs/solr.log. This can
+be convenient when first getting started, but eventually you will want to
+log just to a file. To configure logging, edit the log4j.properties file in
+"resources".
 It is also possible to setup log4j or other popular logging frameworks.
 

Modified: lucene/dev/trunk/solr/server/README.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/server/README.txt?rev=1669850&r1=1669849&r2=1669850&view=diff
==============================================================================
--- lucene/dev/trunk/solr/server/README.txt (original)
+++ lucene/dev/trunk/solr/server/README.txt Sun Mar 29 00:58:09 2015
@@ -105,9 +105,10 @@ solrconfig.xml.
 
 * Logging *
 
-By default, Jetty & Solr will log to the console a logs/solr.log. This can be convenient when 
-first getting started, but eventually you will want to log just to a file. To 
-configure logging, edit the log4j.properties file in "resources".
+By default, Jetty & Solr will log to the console and logs/solr.log. This can
+be convenient when first getting started, but eventually you will want to
+log just to a file. To configure logging, edit the log4j.properties file in
+"resources".
  
 It is also possible to setup log4j or other popular logging frameworks.