Prevent wandb from eating output in distributed mode

Is there any way to stop wandb from gobbling up all the std out / logging output?
I’m running wandb in distributed mode on rank=0 process, and wandb gobbles up all the output there.
However, rank=1 process still outputs stuff to stdout. So now if I want to see an error I have to look at both wandb logs and the server logs.

I would like wandb to log its thing - but also leave the standard out where it was.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.