level

@JvmName(name = "xatmspwtekmonskp")
suspend fun level(value: Output<Either<String, DiagnosticsLevel>>)
@JvmName(name = "kvlopkcggkddmlcr")
suspend fun level(value: Either<String, DiagnosticsLevel>)
@JvmName(name = "nkmbauqkmjoocjfe")
fun level(value: String)
@JvmName(name = "dhcmrrjrdwrlpvrv")
fun level(value: DiagnosticsLevel)

Parameters

value

Specifies the verbosity of the diagnostic output. Valid values are: None - disables tracing; Error - collects only error (stderr) traces; All - collects all traces (stdout and stderr).