gortiz commented on code in PR #14003:
URL: https://github.com/apache/pinot/pull/14003#discussion_r1764796516


##########
pinot-broker/src/test/resources/log4j2.xml:
##########
@@ -26,11 +26,12 @@
     </Console>
   </Appenders>
   <Loggers>
-    <Logger name="org.apache.pinot" level="warn" additivity="false">
+    <Root level="OFF"/>

Review Comment:
   We usually need these logs to fix issues detected when a test fail. Although 
we can always turn it on at the time we are fixing the issue, do you know if 
there is any alternative way to do that? Maybe reading some property devs can 
set in their `~/.m2/settings.xml`?



-- 
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

Reply via email to