lalitx17 commented on PR #38533:
URL: https://github.com/apache/beam/pull/38533#issuecomment-4512409763

   so the issue is that the DirectRunner uses slf4j-simple which outputs to 
stderr, which ExpectedLogs can't capture(only works with JUL). 
   also slf4j-simple has trace and debug disabled by default. 
   
   solutions like changing slf4j-simple to slf4j-jdk14 has high blast radius.
   
   the next most obvious path is to capture stderr(trace and debug still won't 
appear) but can be flaky. (bad idea)
   
   Lmk if you have better idea.


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