yashmayya commented on code in PR #14680:
URL: https://github.com/apache/pinot/pull/14680#discussion_r1889972828


##########
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:
   Why not `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: [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]

Reply via email to