Simple question – I want to log activity that occurs in a task queue request. I want to print something to the console, such as print('I made it this far'), to know what exactly is happening in the function call. Is this possible?
Edit: For those who were not taught how to read “context clues” in elementary school, my question is: H-O-W?
You can enable logging:
https://developers.google.com/appengine/articles/logging
And then check the log in the administration screen.