On Thu, Oct 24, 2013 at 2:09 PM, hansyin <[email protected]> wrote:

> Could anybody tell me what this log means? it succeeded or not?
>
>    1. 2013-10-24 11:30:05.437 /poller/hourly 200 18ms 0kb AppEngine-Google;
>    (+http://code.google.com/appengine)
>
>

This log says the request succeeded (Note the 200 statement, that's the
HTTP code for OK). The other information documents other details about the
request, such as how long it took, when it started, the user agent of the
user's browser, etc.



On Thu, Oct 24, 2013 at 2:09 PM, hansyin <[email protected]> wrote:
>
>
>    1.
>
>    And this one:
>
>    1. I2013-10-24 09:30:05.138
>
>       This request caused a new process to be started for your application, 
> and thus caused your application code to be loaded for the first time. This 
> request may thus take longer and use more CPU than a typical request for your 
> application.
>
>
>
This log is the same as above - the request succeeded. App Engine is noting
that it had to start a new instance of your application code in order to
handle this request. This is ordinary - there's no need for concern here.



-----------------
-Vinny P
Technology & Media Advisor
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to