Hi,

The logs should display all logging messages up to the point where the
script is crashing.  So any logging messages that would take place after the
crash point will not be logged.

If there is a syntax error, or something like that, there won't be any
logging messages, since the script never executes at all.

-Marzia

On Thu, Dec 18, 2008 at 8:02 AM, Charles Yan <[email protected]> wrote:

>
> I'm trying to use the logs in the dashboard to debug my script. It's a
> callback script so I can not debug it locally. I can output some
> information by using logging.info(msg).
> But sometimes the script just crashed, maybe syntax error or others, I
> found that GAE logs only log the  exceptions, if there's other error,
> for example: ImportError, it just display nothing.
> It bring me a lot of trouble to guess what the error is.....
>
> Anyway to get through this? Thanks!
> >
>

--~--~---------~--~----~------------~-------~--~----~
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