dinoocch opened a new pull request, #16056: URL: https://github.com/apache/pinot/pull/16056
#15264 switches this query log statement to INFO level. This makes excellent sense for clusters with very variable query patterns or few overall qps, but we have some clusters for which this extra log message is not needed/adds minimal value -- since we anyways will rate limit these clusters and thus are not guaranteed to log the "interesting" query for debugging we'll generally prefer to not have the extra message and instead have the log include the query result statistics. The default is kept to true to match the behavior of the current state + since the majority of usecases likely have lower qps with more interesting queries. -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org