From 0d38e79571170495880fc2e6967f5e9d13bd2b81 Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 22 Dec 2025 07:30:01 +0900 Subject: [PATCH] [SPARK-54794][CORE] Suppress verbose `FsHistoryProvider.checkForLogs` scanning logs --- .../org/apache/spark/deploy/history/FsHistoryProvider.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala b/core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala index 4863291b529b..c723a8de8c44 100644 --- a/core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala +++ b/core/src/main/scala/org/apache/spark/deploy/history/FsHistoryProvider.scala @@ -502,7 +502,7 @@ private[history] class FsHistoryProvider(conf: SparkConf, clock: Clock) var count: Int = 0 try { val newLastScanTime = clock.getTimeMillis() - logInfo(log"Scanning ${MDC(HISTORY_DIR, logDir)} with " + + logDebug(log"Scanning ${MDC(HISTORY_DIR, logDir)} with " + log"lastScanTime=${MDC(LAST_SCAN_TIME, lastScanTime)}") // Mark entries that are processing as not stale. Such entries do not have a chance to be