dave-csc commented on issue #4558:
URL: https://github.com/apache/hop/issues/4558#issuecomment-4992225871

   I'm placing here my workaround for those who may need it: you can address 
the issue by branching the streams with a **Select values** (to choose the 
fields to log: they need to be the same in every branch) and a **Dummy** 
transform in every point of the pipeline you need the log.
   
   Then, link together the Dummy transforms to the "logger": I prefer to link a 
Dummy to the next one and the final Dummy to the "logger" (usually it's the 
"cleanest" solution in Hop Gui :), but everything should work even if all the 
Dummies are linked simultaneously to the logger.
   
   Hope this helps :)


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