I think you can use logging to log your debug messages

import logging

logging.debug("Your message")


It will then show up in admin console logs

cheers
gipsy



On Oct 13, 4:02 pm, Brian Williams <[email protected]>
wrote:
> Hi.
> I am trying to use app engine to email information collected from an app
> inventor app.
> I am using Shivals wolfwebmail2 (for those familiar with app inventor)
> I have asked this question around all the groups in numerous forms.
> Would like to work out what is going on for myself but need some info.
> I see the post request arrives at the engine but nothing arrives at email
> recipient.
> Am trying to work through python code to determine what everything does as i
> am a newbie i am starting from the beginning.
> Is there any way to see what actually arrives at app engine and what code
> uploaded to app engine is doing in a step by step log file?
>
> Thank you for any help you can give.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to