anishshri-db commented on code in PR #50483:
URL: https://github.com/apache/spark/pull/50483#discussion_r2025255349


##########
core/src/main/scala/org/apache/spark/util/Utils.scala:
##########
@@ -3085,7 +3085,8 @@ private[spark] object Utils
         entry = in.getNextEntry()
       }
       in.close() // so that any error in closing does not get ignored
-      logInfo(log"Unzipped from ${MDC(PATH, dfsZipFile)}\n\t${MDC(PATHS, 
files.mkString("\n\t"))}")
+      logInfo(log"Unzipped from ${MDC(PATH, dfsZipFile)}")

Review Comment:
   Lets just move this line to `DEBUG`. We can't corelate easily if we split 
the lines



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to