On Sun, Oct 13, 2013 at 11:48 AM, Luis Pereira <
l.pereira.fernan...@gmail.com> wrote:
>
> Haven't had the chance to download the log files yet. But in the console,
> there is no sign at all about these tasks in the backend log files. Only
> when we shut down the backend we see those commented errors.
>


Backends flush log data on a periodic basis, see
https://developers.google.com/appengine/docs/java/backends/#Java_Periodic_logging
for
documentation. If you're not seeing any logs, try forcibly flushing logs by
calling ApiProxy's flushLogs() method:
https://developers.google.com/appengine/docs/java/javadoc/com/google/apphosting/api/ApiProxy


What's odd is that there should still be logs of the request, even if the
application itself is not printing any log data. Hopefully the missing logs
will be recorded in the downloadable logs service.


 On Sun, Oct 13, 2013 at 11:48 AM, Luis Pereira <
l.pereira.fernan...@gmail.com> wrote:

> We are moving to HRD in the coming weeks. Hope the issue disappears after
> the migration.
>


The HRD migration is the best chance to fix this problem - M/S has unusual
issues, and it wouldn't surprise me at all if that was the problem.


-----------------
-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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
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