pabloem commented on a change in pull request #16499:
URL: https://github.com/apache/beam/pull/16499#discussion_r793260010



##########
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:
       playground shows both stderr and stdout, but stderr contains a lot more 
output (all logging from the pipeline run, after all)
   
   I think I like your suggestion about having a print-specific transform. Let 
me see if this works fine




-- 
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]


Reply via email to