As I've written about here, I'm having a hard time figuring out why my portal tasks are failing.
I would like to be able to read any messages created during the tasks run to better debug it.
For example, I'd like to see all of the following:
- print statements
- arcpy.AddMessage
- arcpy.AddWarning
- arcpy.AddError
- general exception/error messages
As it currently stands, all you get when you go to view a task's details is the run and whether or not it succeeded.

The Results button does nothing.
Please give us more details when a task runs so we can better troubleshoot. In my case, the tool runs great when it's not scheduled and is run manually, so having a way to figure out what went wrong would be great.
Thank you.