gortiz commented on code in PR #14680: URL: https://github.com/apache/pinot/pull/14680#discussion_r1889975098
########## pinot-query-runtime/src/test/resources/log4j2.xml: ########## @@ -32,6 +32,12 @@ <!-- <Logger name="org.apache.pinot.query" level="trace" additivity="false">--> <!-- <AppenderRef ref="console"/>--> <!-- </Logger>--> + + <!-- Change level to DEBUG in order to log the optimization process --> + <logger name="org.apache.calcite.plan.RelOptPlanner" level="ERROR" additivity="false"> Review Comment: Probably info is fine, but I decided to use error because the root is defined as error as well and I don't want to increase the number of logs by accident in this PR. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
