viirya commented on a change in pull request #35080:
URL: https://github.com/apache/spark/pull/35080#discussion_r777087978
##########
File path: repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala
##########
@@ -290,6 +290,9 @@ class ReplSuite extends SparkFunSuite with
BeforeAndAfterAll {
|# Set the log level for this class to ERROR same as the default
setting.
|logger.repl.name = org.apache.spark.repl.Main
|logger.repl.level = error
+ |
+ |logger.customLogger2.name = customLogger2
+ |logger.customLogger2.level = info
Review comment:
Same as `LoggingSuite`. If we want to have loggers with different level
than repl's one, we need to have custom configuration for them in configuration
file explicitly.
--
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]