viirya commented on a change in pull request #35080:
URL: https://github.com/apache/spark/pull/35080#discussion_r777088046



##########
File path: repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala
##########
@@ -386,8 +386,7 @@ class ReplSuite extends SparkFunSuite with 
BeforeAndAfterAll {
     // Ensure log level threshold for REPL is ERROR.
     assertContains(replLoggerLogMessage + "ERROR", out)
 
-    assertDoesNotContain(debugLogMessage1, out)
-    assertContains(warnLogMessage1, out)
+    assertDoesNotContain(warnLogMessage1, out)

Review comment:
       This is what it is before the migration. For the logger inherited root 
logger config (i.e. without custom configuration), this is same behavior as 
before.




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