patsonluk commented on code in PR #1237: URL: https://github.com/apache/solr/pull/1237#discussion_r1047559663
########## solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java: ########## @@ -326,6 +326,9 @@ protected ResponseBuilder newResponseBuilder( @Override public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception { + if (log.isInfoEnabled()) { + log.info("Start Search Query: {}", req.getParamString()); + } Review Comment: Yes! this is the marker PR #1229 , could definitely use some review on that one too 🙇🏼 As for this one, perhaps we can keep it simple and change it to debug instead? 😊 (change committed) -- 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