gengliangwang commented on code in PR #46130:
URL: https://github.com/apache/spark/pull/46130#discussion_r1575209607
##########
resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/Client.scala:
##########
@@ -1225,7 +1231,8 @@ private[spark] class Client(
if (log.isDebugEnabled) {
logDebug(formatReportDetails(report, getDriverLogsLink(report)))
} else if (lastState != state) {
- logInfo(formatReportDetails(report, getDriverLogsLink(report)))
+ logInfo(log"${MDC(LogKey.REPORT_DETAILS,
Review Comment:
It would be nice to expand this. But I am also fine to keep it as it is now.
--
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]