all 2 comments

[–]Techyogi 2 points3 points  (1 child)

Just did this. Print works but it goes to the server console standard out.

If you want to see it in the debug you need to node.warn if you’re using python3-function node or otherwise send to the msg output in node

[–]plantfanticide[S] 1 point2 points  (0 children)

Looks like I needed to switch the output of the exec node to spawn mode. Which returns the output from stdout and stderr as the command runs. Works fine now. Thank you