t2h6 commented on code in PR #33418:
URL: https://github.com/apache/beam/pull/33418#discussion_r1901300841
##########
sdks/java/core/src/main/java/org/apache/beam/sdk/options/SdkHarnessOptions.java:
##########
@@ -110,6 +110,13 @@ enum LogLevel {
void setLogMdc(boolean value);
+ /** This option controls whether logging will be redirected through the
FnApi. */
+ @Description("Controls whether logging will be redirected through the
FnApi.")
+ @Default.Boolean(true)
Review Comment:
Done. Added the comment and also forced the option to true in
`DataflowRunner.run()`
--
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]