Print to console not working for all nodes

I have a dev environment with 3 nodes. When I print to the console using code like below I see the output for 2 of the the 3 nodes in my host console. For the 3rd node, I can see the output on that node in the state-dump and I know that node is processing data because I am getting the data output of the function it is running.

I’m trying to figure out why I’m not seeing the print output of all the nodes (only 2/3) on the the host.

node_hostname = str(socket.gethostname())
print(f"node {node_hostname} says hello!")

hi @hub-il
I think this is most likely a bug. Is there an simple script to reproduce it? We can follow up on a github issue.