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/6a2cdfa1-21f1-496a-9637-bfd3bcc9306c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
