Forums

How to view long running scheduled task logs ?

So I have a scheduled long running task working just fine. I have some print statements I'd like to be able to view in the the logs, how ever the logs appear to be empty when I open them. Is there any way I can view my print statements so I can keep track on how my script is doing in the background.

The output may be buffered. Try flushing stdout occasionally.

Works fine now thanks!