arunpandianp commented on code in PR #39561:
URL: https://github.com/apache/beam/pull/39561#discussion_r3693889754


##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/logging/DataflowWorkerLoggingHandler.java:
##########
@@ -593,7 +594,7 @@ public synchronized void publishToDisk(
       writeIfNotEmpty(generator, "message", 
getFormatter().formatMessage(record));
       writeIfNotEmpty(generator, "thread", 
String.valueOf(record.getThreadID()));
       writeIfNotEmpty(generator, "job", DataflowWorkerLoggingMDC.getJobId());
-      writeIfNotEmpty(generator, "stage", 
DataflowWorkerLoggingMDC.getStageName());
+      writeIfNotEmpty(generator, "stage", 
DataflowWorkerLoggingMDC.getSystemStageName());

Review Comment:
   can you make sure the values show up as expected in consol logs? consider 
attaching a screenshot showing the difference with the PR.



-- 
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]

Reply via email to