KhaninArtur commented on a change in pull request #16499:
URL: https://github.com/apache/beam/pull/16499#discussion_r783834288
##########
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:
@robertwb as @pabloem mentioned, it is done for Beam Playground, which
shows both logs and stdout for the executed code.
@pabloem I see that this way we will have in Beam Playground almost the same
output in both tabs, are we okay with this?
--
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]