Abacn commented on PR #22191:
URL: https://github.com/apache/beam/pull/22191#issuecomment-1178205787
Tested on dataflow runner v2. Invalid log overrides option now has the
following log message (at the very beginning of worker log):
```
2022-07-07T20:13:44.765811204ZUnable to parse
sdk_harness_log_level_overrides ['{"apache_beam.io.fileio":WARN}']. Log level
overrides won't take effect.
```
Using a valid option (e.g.
`--sdk_harness_log_level_overrides={\"apache_beam.io.fileio\":\"WARN\"}`), log
level settings take effect as expected.
R: @tvalentyn
--
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]