hossman commented on code in PR #3691: URL: https://github.com/apache/solr/pull/3691#discussion_r2382922172
########## solr/core/src/java/org/apache/solr/handler/component/SearchHandler.java: ########## @@ -593,7 +593,7 @@ private void processComponents( if (queryLimits.adjustShardRequestLimits(sreq, shard, params, rb)) { // Skip this shard since one or more limits will be tripped if (log.isDebugEnabled()) { - log.debug("Skipping request to shard '{}' due to query limits, params {}", shard, params); + log.info("Skipping request to shard '{}' due to query limits, params {}", shard, params); Review Comment: missmatch between `log.isDebugEnabled` and `log.info` -- 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