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

   ### What needs to happen?
   
   The Python SDK's [boot.go 
script](https://github.com/apache/beam/blob/60f040812403b3381e44f7d493aa2e9976767044/sdks/python/container/boot.go#L381)
 currently wraps [Logging API access in a 
buffer](https://github.com/apache/beam/blob/60f040812403b3381e44f7d493aa2e9976767044/sdks/python/container/boot.go#L381)
 to get appropriately leveled logging output sent across the logging API; 
however, the current structure accepts a pointer to a Logger then wraps it as 
needed; this should be cleaned up to pass around a buffered logger directly. 
   
   ### Issue Priority
   
   Priority: 3 (nice-to-have improvement)
   
   ### Issue Components
   
   - [X] Component: Python SDK
   - [ ] Component: Java SDK
   - [ ] Component: Go SDK
   - [ ] Component: Typescript SDK
   - [ ] Component: IO connector
   - [ ] Component: Beam YAML
   - [ ] Component: Beam examples
   - [ ] Component: Beam playground
   - [ ] Component: Beam katas
   - [ ] Component: Website
   - [ ] Component: Spark Runner
   - [ ] Component: Flink Runner
   - [ ] Component: Samza Runner
   - [ ] Component: Twister2 Runner
   - [ ] Component: Hazelcast Jet Runner
   - [ ] Component: Google Cloud Dataflow Runner


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