You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2012/03/22 16:40:41 UTC

svn commit: r1303845 - in /incubator/accumulo/branches/1.4: conf/generic_logger.xml src/examples/wikisearch/README

Author: ecn
Date: Thu Mar 22 15:40:40 2012
New Revision: 1303845

URL: http://svn.apache.org/viewvc?rev=1303845&view=rev
Log:
ACCUMULO-485 configure the example log level at info to simplify instructions

Modified:
    incubator/accumulo/branches/1.4/conf/generic_logger.xml
    incubator/accumulo/branches/1.4/src/examples/wikisearch/README

Modified: incubator/accumulo/branches/1.4/conf/generic_logger.xml
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/conf/generic_logger.xml?rev=1303845&r1=1303844&r2=1303845&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/conf/generic_logger.xml (original)
+++ incubator/accumulo/branches/1.4/conf/generic_logger.xml Thu Mar 22 15:40:40 2012
@@ -69,6 +69,10 @@
      <level value="INFO"/>
   </logger>
 
+  <logger name="org.apache.accumulo.examples.wikisearch">
+     <level value="INFO"/>
+  </logger>
+
   <logger name="org.mortbay.log">
      <level value="WARN"/>
   </logger>

Modified: incubator/accumulo/branches/1.4/src/examples/wikisearch/README
URL: http://svn.apache.org/viewvc/incubator/accumulo/branches/1.4/src/examples/wikisearch/README?rev=1303845&r1=1303844&r2=1303845&view=diff
==============================================================================
--- incubator/accumulo/branches/1.4/src/examples/wikisearch/README (original)
+++ incubator/accumulo/branches/1.4/src/examples/wikisearch/README Thu Mar 22 15:40:40 2012
@@ -66,11 +66,3 @@
 	There are two parameters to the REST service, query and auths. The query parameter is the same string that you would type
 	into the search box at ui.jsp, and the auths parameter is a comma-separated list of wikis that you want to search (i.e.
 	enwiki,frwiki,dewiki, etc. Or you can use all) 
-	
-	10. Optional. Add the following line to the $ACCUMULO_HOME/conf/log4j.properties file to turn off debug messages in the specialized 
-	iterators, which will dramatically increase performance:
-	
-	log4j.logger.org.apache.accumulo.examples.wikisearch.iterator=INFO,A1
-	
-	This needs to be propagated to all the tablet server nodes, and accumulo needs to be restarted.
-