Hi Cassandra, SOLR-5672: Add logParamsList parameter to support reduced logging.
might perhaps be added to https://cwiki.apache.org/confluence/display/solr/Common+Query+Parameters although it also applies to non-query requests. Parameter Description logParamsList By default, Solr logs all parameters. From version 4.7, set this parameter to restrict which parameters are logged. The logParamsList Parameter This parameter specifies which parameters are logged, by default all parameters are logged. From version 4.7, set a comma-separated list of parameters e.g. logParamsList=param1,param2,param3 to only log the param1, param2 and param3 parameters of a request. Empty list logParamsList= will log none of the parameters. Thanks, Christine ----- Original Message ----- From: [email protected] To: [email protected] At: Feb 19 2014 21:20:59 Since we're in the process of releasing a 4.7 of Lucene and Solr, we need to get the Solr Ref Guide updated. There are a lot of changes and it would be nice to get them documented. If you committed something for Solr that's going into this release, please take a look at https://cwiki.apache.org/confluence/display/solr to see if any content needs to be updated for 4.7. If you notice something that needs to be added, removed or otherwise changed: - as a committer, you are welcome to change it! - comment on a page that needs the change, or is related to content that should be added - you can open a jira issue - you can reply to this email Of particular importance is to make sure the sections on SolrCloud and the Collections API are updated. Even if you didn't commit anything, please help review and find things that need to be fixed! I'm hoping to cut a first RC of the Ref Guide sometime Friday afternoon or this weekend. Thanks, Cassandra --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
