I have a jupyter notebook script that just launches a training script, presumably in a docker container.
I added some print statements in that training script but it's not showing up in the notebook or CloudWatch.
I'm using regular print() statement. How should I log debugging from the training script?