GoogleApiSourceLoggingConfig

data class GoogleApiSourceLoggingConfig(val logSeverity: String? = null)

Constructors

Link copied to clipboard
constructor(logSeverity: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logSeverity: String? = null

The minimum severity of logs that will be sent to Stackdriver/Platform Telemetry. Logs at severitiy ≥ this value will be sent, unless it is NONE. Possible values are: NONE, DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY.