an2x commented on PR #31175: URL: https://github.com/apache/beam/pull/31175#issuecomment-2093576859
> thanks, this lgtm > > `beam/runners/google-cloud-dataflow-java/worker` is for dataflow legacy worker only. Is this problem only happened on legacy runner? If intended to fix issue on runner v2 then need another fix I believe v2 is unaffected by this issue, it uses completely different logging infrastructure (not using a log file and JSON format): https://github.com/apache/beam/blob/afe0793302cbe89d57adbcbabbe958f0d5c7d8e2/sdks/java/harness/src/main/java/org/apache/beam/fn/harness/logging/BeamFnLoggingClient.java#L71 -- 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]
