liferoad commented on code in PR #30283:
URL: https://github.com/apache/beam/pull/30283#discussion_r1487987185
##########
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/StreamingDataflowWorker.java:
##########
@@ -488,6 +488,7 @@ public static void main(String[] args) throws Exception {
"%s cannot be main() class with beam_fn_api enabled",
StreamingDataflowWorker.class.getSimpleName());
+ LOG.info("Creating StreamingDataflowWorker from options: {}", options);
Review Comment:
Changed this to debug. It will be useful when debugging the options used
directly to create the streaming worker.
--
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]