robertwb commented on a change in pull request #16499:
URL: https://github.com/apache/beam/pull/16499#discussion_r783531632
##########
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:
Should we instead raise the severity of the logging, as this line seems
redundant with the above?
--
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]