pabloem commented on a change in pull request #16499:
URL: https://github.com/apache/beam/pull/16499#discussion_r793082317
##########
File path:
learning/katas/java/util/src/org/apache/beam/learning/katas/util/Log.java
##########
@@ -70,6 +70,7 @@ public void processElement(
}
LOG.info(message);
+ System.out.println(message)
Review comment:
sorry about the delay on this - if we increase the severity of logging,
we still don't get the output on Stdout, right?
--
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]