You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 19:32:31 UTC

[GitHub] [beam] kennknowles opened a new issue, #18641: Python SDK Fn harness should not log to stderr for portable jobs

kennknowles opened a new issue, #18641:
URL: https://github.com/apache/beam/issues/18641

   We currently log both to stderr and the portable logging API, but we should do only the latter (and potentially fallback to stderr under failures). Otherwise, we're duplicating the log volume.
   
   Location where the Fn Logger is added: 
   
   https://github.com/apache/beam/blob/f3dba1af43b03e24419fb0f5b726479368959eef/sdks/python/apache_beam/runners/worker/sdk_worker_main.py#L95
   
   
   Imported from Jira [BEAM-3623](https://issues.apache.org/jira/browse/BEAM-3623). Original Jira may contain additional context.
   Reported by: herohde.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org