gh-yzou commented on code in PR #1862:
URL: https://github.com/apache/polaris/pull/1862#discussion_r2190961940


##########
plugins/spark/v3.5/integration/src/intTest/resources/logback.xml:
##########
@@ -32,6 +32,9 @@ out the configuration if you would like ot see all spark 
debug log during the ru
     </encoder>
   </appender>
 
+  <!-- Hudi-specific loggers for test -->
+  <logger name="org.apache.hudi" level="INFO"/>

Review Comment:
   We can if the WARN level log output doesn't significantly slow the test, but 
based on my previous testing with Spark, even with WARN, there seems quite a 
lot of Spark logs, that was part of the reason why we set the level to Error. 
If the test fails, people can always tune the log level to check more logs if 
needed, so i wouldn't worry too much about the restricted log level.



-- 
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: issues-unsubscr...@polaris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to