Forums

Scheduled task logging

I could use some help with scheduled task logging.

I have a Python script that runs every midnight. The script has some debug print statements.

When the script runs nightly, will this debug logging be output to the log file available from the Scheduled Tasks page? If not, how do I write to it?

Yes, any output that your scheduled task generates will appear in the log on the Tasks page.