Okay, I've just gone and done this for most modules: Runners modules: https://github.com/apache/beam/pull/10097 IO modules: https://github.com/apache/beam/pull/10099 Other modules (testing, utils): https://github.com/apache/beam/pull/10100
I imagine the trickier one will be runners, since there's a few files that do handling of logs coming from the SDK to the runner. Other than that, the changes should be relatively straightforward. Best -P. On Wed, Nov 13, 2019 at 3:45 PM Thomas Weise <[email protected]> wrote: > +1 for using a logger hierarchy. > > Will this include the ability for users to configure logging via pipeline > options? > > > On Wed, Nov 13, 2019 at 11:04 AM Chad Dombrova <[email protected]> wrote: > >> >> On Wed, Nov 13, 2019 at 10:52 AM Robert Bradshaw <[email protected]> >> wrote: >> >>> I would be in favor of using module-level loggers as well. >> >> >> +1 >> >> >
