204 status in your logs with no log content indicates that the request was served from the edge cache, as opposed to from an instance of your app. Only your app's logs will show an HTTP 204 status; the client will receive an HTTP 200 status in its response.
On Tue, Mar 29, 2016 at 9:25 PM, John Flint <[email protected]> wrote: > I am getting a 204 status in the logs of my application for some static > files (CSS, JS etc). It is not every request and seems quite random. The > logs do show a response is being returned and reports a response size. As > far as I can tell from my browser the response is actually normal apart > from the 204 status. It is a very low volume app with one a few hundred or > so requests per day. > > -- > 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 https://groups.google.com/group/google-appengine. > To view this discussion on the web visit > https://groups.google.com/d/msgid/google-appengine/814e0fe6-94c0-4d19-a4a2-cf5f93dbdfbb%40googlegroups.com > <https://groups.google.com/d/msgid/google-appengine/814e0fe6-94c0-4d19-a4a2-cf5f93dbdfbb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- Josh Moore | Cloud Solutions Engineer | [email protected] | -- 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 https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/CAOvpJmWr33m3uox%2Bp%3DMBD8pjAGw%3D3hp28cV7mBpJeEd67TCRLA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
