On Nov 26, 1:01 pm, 风笑雪 <[email protected]> wrote:
> 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')
Try:
logging.error('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 [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.