LogVerbosity type

Defines values for LogVerbosity.
KnownLogVerbosity can be used interchangeably with LogVerbosity, this enum contains the known values that the service supports.

Known values supported by the service

NotSet: No logs emitted.
Debug: Debug and above log statements logged.
Info: Info and above log statements logged.
Warning: Warning and above log statements logged.
Error: Error and above log statements logged.
Critical: Only critical statements logged.

type LogVerbosity = string