patsonluk commented on code in PR #1735:
URL: https://github.com/apache/solr/pull/1735#discussion_r1246819937


##########
solr/solr-ref-guide/modules/deployment-guide/pages/configuring-logging.adoc:
##########
@@ -172,6 +172,22 @@ The log file under which you can find all these queries is 
called `solr_slow_req
 In addition to the logging options described above, it's possible to log only 
a selected list of request parameters (such as those sent with queries) with an 
additional request parameter called `logParamsList`.
 See the section on 
xref:query-guide:common-query-parameters.adoc#logparamslist-parameter[logParamsList
 Parameter] for more information.
 
+== Selective Logging on SolrCore
+
+It can sometimes be noisy when `SolrCore` logs info on every response. 
Selective logging can be configured on SolrCore by using the `MarkerFilter` on 
request paths in `log4j2.xml`.

Review Comment:
   Thank you for the suggestion! I have taken most of ur text and rewrote it, 
can you please take a look again? 😊 
   
   The marker was only added to SolrCore, as it was the one that produces too 
much log for us (we have hundreds of cores per node and replication can be 
noisy)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to