logSeverity

@JvmName(name = "hfetihkiukqdyrch")
suspend fun logSeverity(value: Output<String>)
@JvmName(name = "dxeapxbnyngtrfgv")
suspend fun logSeverity(value: String?)

Parameters

value

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.