ACCUMULO-485 configure the example log level at info to simplify instructions
git-svn-id: https://svn.apache.org/repos/asf/incubator/accumulo/branches/1.4@1303845 13f79535-47bb-0310-9956-ffa450edef68 Project: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/commit/5c9f45a1 Tree: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/tree/5c9f45a1 Diff: http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/diff/5c9f45a1 Branch: refs/heads/master Commit: 5c9f45a1a8b3c42f7a4a5ed8ada92ec64d2dc5d4 Parents: eb86eae Author: Eric C. Newton <e...@apache.org> Authored: Thu Mar 22 15:40:40 2012 +0000 Committer: Eric C. Newton <e...@apache.org> Committed: Thu Mar 22 15:40:40 2012 +0000 ---------------------------------------------------------------------- README | 8 -------- 1 file changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo-wikisearch/blob/5c9f45a1/README ---------------------------------------------------------------------- diff --git a/README b/README index 43077a7..041490f 100644 --- a/README +++ b/README @@ -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. -