Abacn commented on PR #28010:
URL: https://github.com/apache/beam/pull/28010#issuecomment-1679291008

   Tested effective on dataflow legacy runner.
   
   pipeline:
   ```java
   
   p.apply(Create.of(1, 2, 3))
     .apply(ParDo.of(new DebugDoFn<>()))
     .apply(ParDo.of(new InfoDoFn<>()))
     .apply(ParDo.of(new WarnDoFn<>()));
   ```
   
   pipeline options: `--defaultSdkHarnessLogLevel=DEBUG 
--sdkHarnessLogLevelOverrides='{\"com.github.yathu.loglevel.InfoDoFn\":\"WARNING\"}'`
   
   result:
   <img width="453" alt="image" 
src="https://github.com/apache/beam/assets/8010435/6d6b8ca4-034c-472f-8c86-f1a6a3c49446";>
   
   
   


-- 
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]

Reply via email to