print

Hi,
Where does the ‘print’ output from scripts end up in a cluster scenario? I am not seeing in the stdout.log. Thanks.

Dk.

It ends up in stdout.log on the specific worker. Unless you are doing something that involves debugging cluster communication you probably just want to replace print with Reporter::info()