[google-appengine] Re: Requests coming up in logs several times

2016-12-09 Thread 'Adam (Cloud Platform Support)' via Google App Engine
This should be fixed at this time, but please let us know if you're still seeing it. On Tuesday, December 6, 2016 at 3:24:26 AM UTC-5, Richard Cheesmar wrote: > > As of time of posting I am still getting this issue. > > Has this fix been released? > > On Sunday, December 4, 2016 at 1:56:40 PM UTC

[google-appengine] Re: Requests coming up in logs several times

2016-12-06 Thread Richard Cheesmar
As of time of posting I am still getting this issue. Has this fix been released? On Sunday, December 4, 2016 at 1:56:40 PM UTC+2, Richard Cheesmar wrote: > > > Requests seem to be appearing in logs on the console several times for > each request. > > Is this a problem with the service? > -- Yo

[google-appengine] Re: Requests coming up in logs several times

2016-12-05 Thread 'Nicola Spreafico' via Google App Engine
I got the same problem already discussed with Google Support This morning (UTC) I got this reply: The issue was due to an incorrect parsing that caused precision loss of the timestamps which in turn is causing the same log entry to show over and over again as a user attempts to scroll the UI in

[google-appengine] Re: Requests coming up in logs several times

2016-12-05 Thread Evan Jones
Not sure if this is what you are seeing, however: if your request logs a large amount of data, you will get multiple entries. The client log library buffers some number of entries, and usually writes them at the end of the request. However, if there are a large number, it will write partial res