tvalentyn commented on issue #38214: URL: https://github.com/apache/beam/issues/38214#issuecomment-4284207041
Thanks @cozos and @AtharvUrunkar , the approach to open a separate logger per process makes sense to me. I think we should be able to handle this well from performance standpoint. > Are there any concerns with creating a separate logger per worker On a high level, when we use a worker ID for log streams for a particular worker, and later filter out all logs by a given ID, will we be able to filter logs from both Python logs and stdout/stderr logs coming from extensions using the same worker ID? -- 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]
