Module: Google::Cloud::Video::LiveStream::V1::LogConfig::LogSeverity

Defined in:
proto_docs/google/cloud/video/livestream/v1/resources.rb

Overview

The severity level of platform logging for this channel. Logs with a severity level higher than or equal to the chosen severity level will be logged and can be viewed through Cloud Logging. The severity level of a log is ranked as followed from low to high: DEBUG < INFO < NOTICE < WARNING < ERROR < CRITICAL < ALERT < EMERGENCY. See LogSeverity for more information.

Constant Summary collapse

LOG_SEVERITY_UNSPECIFIED =

Log severity is not specified. This is the same as log severity is OFF.

0
OFF =

Log is turned off.

1
DEBUG =

Log with severity higher than or equal to DEBUG are logged.

100
INFO =

Logs with severity higher than or equal to INFO are logged.

200
WARNING =

Logs with severity higher than or equal to WARNING are logged.

400
ERROR =

Logs with severity higher than or equal to ERROR are logged.

500