You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/07/07 20:44:30 UTC

[GitHub] [beam] Abacn commented on pull request #22191: Adjust log level overrides executed after log handler created

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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org