Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/src/test/scala/org/apache/spark/SparkFunSuite.scala
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ abstract class SparkFunSuite
protected def withLogAppender(
appender: AbstractAppender,
loggerNames: Seq[String] = Seq.empty,
level: Option[Level] = None)(
level: Option[Level] = Some(Level.INFO))(
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's check if there are any related test cases that need to be specified with a different log level.

f: => Unit): Unit = {
val loggers = if (loggerNames.nonEmpty) {
loggerNames.map(LogManager.getLogger)
Expand Down