tvalentyn commented on PR #34977: URL: https://github.com/apache/beam/pull/34977#issuecomment-2892100639
> Looks interesting, i wonder if we can use absl.logging instead without causing some unintentional consequences. It already has all these helpers. Took a look. I think the main issue is we adopted hierarchical logging with [named loggers](https://github.com/apache/beam/blob/c279623f9020f0b9c9d50737c9ae9cae47c17b94/sdks/python/apache_beam/utils/profiler.py#L39) to allow for [per-file logging levels](https://github.com/apache/beam/blob/c279623f9020f0b9c9d50737c9ae9cae47c17b94/sdks/python/apache_beam/options/pipeline_options.py#L1333). Absl uses a different method of per-file logging that would require code and documentation changes to adopt, so seems like not a drop-in replacement. Absl' api look better, I'll try to TAL if we can have something similar. -- 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]
