zentol commented on a change in pull request #12472:
URL: https://github.com/apache/flink/pull/12472#discussion_r538238119
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/taskmanager/Task.java
##########
@@ -530,8 +539,10 @@ public void startTaskThread() {
@Override
public void run() {
try {
+ MDC.put("jobName", this.jobName);
Review comment:
~~Maybe this should also be configurable to use the job ID.~~
This should also include the job ID, and maybe even the task id & name.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]