debugging app engine

44 views
Skip to first unread message

Brian Williams

unread,
Oct 13, 2011, 4:02:39 PM10/13/11
to google-a...@googlegroups.com
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.

Gipsy Gopinathan

unread,
Oct 13, 2011, 5:07:20 PM10/13/11
to Google App Engine
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 <tribblehunter2...@gmail.com>
wrote:
Reply all
Reply to author
Forward
0 new messages