On Fri, Feb 21, 2014 at 3:12 AM, Christine Poerschke (BLOOMBERG/ LONDON) < [email protected]> wrote:
> 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 > > > Thanks Christine! I took your suggestion and added mostly what you wrote to the Common Query Parameters page. I added a little note about it applying to any kind of Solr request, because I'm not entirely sure right now where else to mention it. I also added a small note about it to the page https://cwiki.apache.org/confluence/display/solr/Configuring+Logging. Even though that page talks about more container-level logging options, I thought it would be a good place to mention this also.
