-
Notifications
You must be signed in to change notification settings - Fork 4.5k
[BEAM-3177][BEAM-5468] Add pipeline options to set default logging level #21724
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Can one of the admins verify this patch? |
1 similar comment
|
Can one of the admins verify this patch? |
Codecov Report
@@ Coverage Diff @@
## master #21724 +/- ##
==========================================
+ Coverage 74.01% 74.12% +0.11%
==========================================
Files 699 702 +3
Lines 92675 93678 +1003
==========================================
+ Hits 68592 69440 +848
- Misses 22828 22983 +155
Partials 1255 1255
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
R: @tvalentyn |
|
Was doing BEAM-14147 but apparently this is a blocker. Along with this change still need an update from dataflow worker side to call logger.initialize with the added log_level parameter. |
|
cc: @ryanthompson591 |
|
The failure at apache_beam.runners.portability.fn_api_runner.fn_runner_test.FnApiRunnerTestWithGrpcAndMultiWorkers.test_pardo_large_inputlooks irrelevant. |
|
Run Python PreCommit |
|
LGTM |
* Python counterpart of existing --defaultSdkHarnessLogLevel pipeline options in Java sdk * Still need updates from worker side to make it working in DataflowRunner
|
rebased due to conflicts of TODO label changes on master |
|
Run Python PreCommit |
Python counterpart of existing --defaultSdkHarnessLogLevel pipeline options
in Java sdk
Still need updates from worker side to make it working in DataflowRunner
Please add a meaningful description for your change here
Thank you for your contribution! Follow this checklist to help us incorporate your contribution quickly and easily:
R: @username).CHANGES.mdwith noteworthy changes.See the Contributor Guide for more tips on how to make review process smoother.
To check the build health, please visit https://github.com/apache/beam/blob/master/.test-infra/BUILD_STATUS.md
GitHub Actions Tests Status (on master branch)
See CI.md for more information about GitHub Actions CI.