I tried to locate a bug of my app using logging, but it seems nothing has
been logged in the dashboard.

I've set to the lowest log level, and directly put the logging code in
main(), but still nothing logged:

logging.getLogger().setLevel(logging.DEBUG)
def main():
logging.erro('test')

My app id is py-gae, please help me.

----------
keakon

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

Reply via email to