You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tv...@apache.org on 2022/06/17 09:41:17 UTC

[beam] 01/01: [BEAM-3177][BEAM-5468] Add pipeline options to set default logging level #21724

This is an automated email from the ASF dual-hosted git repository.

tvalentyn pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 79c067cc625b2f02d32334564e86a6480dd545ff
Merge: e384c3a275a 8847486ffd2
Author: tvalentyn <tv...@users.noreply.github.com>
AuthorDate: Fri Jun 17 11:41:10 2022 +0200

    [BEAM-3177][BEAM-5468] Add pipeline options to set default logging level #21724

 .../python/apache_beam/options/pipeline_options.py |  8 +++++++
 sdks/python/apache_beam/runners/worker/logger.py   |  8 +++----
 .../apache_beam/runners/worker/sdk_worker_main.py  | 27 ++++++++++++++++++----
 .../runners/worker/sdk_worker_main_test.py         | 18 +++++++++++++++
 4 files changed, 52 insertions(+), 9 deletions(-)