Though we are working on this internally, I'd highly recommend filing a public feature request on Issue Tracker <https://issuetracker.google.com/issues/new> so we can relate it to our internal work and the community can receive updates when they're available. Once you've filed this feature request, please post a link to it here as well so that others reading this may follow through and show their support for such a feature by starring it.
I look forward to that link. On Monday, March 20, 2017 at 1:02:24 PM UTC-4, Andre Rodrigues wrote: > > Hi George, > > Unfortunately our default settings / logging for health checks are less > than ideal at the moment. So much so that we are currently working on a set > of improvements for them which we hope to rollout in the near future. > > For now, the work around for that issue is to implement a custom health > handler in your app (i.e. /_ah/health per > https://cloud.google.com/appengine/docs/flexible/python/how-instances-are-managed) > > which simply returns 200 / ok. That should make all that logging / request > go away. > > Thanks, > Andre > > On Saturday, March 18, 2017 at 9:03:37 AM UTC-7, George West wrote: >> >> Hi >> >> - I created a DotNet Core App >> - Deployed it on the Google App Engine (Custom / Flex) >> - I opened the logging tab >> >> I noticed the following entry: _ah/vm_health >> It is not there once or twice, it is there very large number of times >> >> *Questions:* >> 1- How can I exclude this one from the logs, I know the system is >> checking if everything is healthy, and this is good, I just don’t want it >> logged. >> 2- How can I exclude anything from the logs? For example, there is an >> entry, and it is sending things to the logs, and wanted ignored by the log >> system. >> >> -- 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/5a85fe89-ebeb-4769-b0f9-d047c4032857%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
