Class HealthCheckLogConfig (1.18.0)

HealthCheckLogConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Configuration of logging on a health check. If logging is enabled, logs will be exported to Stackdriver.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attribute

NameDescription
enable bool
Indicates whether or not to export logs. This is false by default, which means no health check logging will be done. This field is a member of oneof_ _enable.