vrajat commented on code in PR #16208: URL: https://github.com/apache/pinot/pull/16208#discussion_r2175300372
########## pinot-broker/src/main/java/org/apache/pinot/broker/querylog/QueryLogger.java: ########## @@ -334,6 +334,12 @@ void doFormat(StringBuilder builder, QueryLogger logger, QueryLogParams params) void doFormat(StringBuilder builder, QueryLogger logger, QueryLogParams params) { builder.append(params._response.getPools()); } + }, + RLS_FILTERS_APPLIED("rlsFiltersApplied") { + @Override + void doFormat(StringBuilder builder, QueryLogger logger, QueryLogParams params) { Review Comment: Is it possible to add an if-condition or will this be logged in all env even if the feature is not turned on ? -- 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