HealthCheckLogConfig

data class HealthCheckLogConfig(val enable: Boolean? = null)

Constructors

Link copied to clipboard
constructor(enable: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enable: Boolean? = null

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.