HyukjinKwon commented on a change in pull request #35048:
URL: https://github.com/apache/spark/pull/35048#discussion_r776177559
##########
File path: core/src/test/scala/org/apache/spark/SparkFunSuite.scala
##########
@@ -249,6 +249,7 @@ abstract class SparkFunSuite
if (level.isDefined) {
logger.setLevel(level.get)
logger.get().setLevel(level.get)
+
LogManager.getContext(false).asInstanceOf[LoggerContext].updateLoggers()
Review comment:
I think the issue is the same. Once the log level is set, it doesn't get
changed. That's why it passed in IDE when I run it individually, and it fails
when I run them in batch via SBT.
--
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]