Reference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::LogConfig::LogSeverity.
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.
Constants
LOG_SEVERITY_UNSPECIFIED
value: 0 Log severity is not specified. This is the same as log severity is OFF.
OFF
value: 1 Log is turned off.
DEBUG
value: 100 Log with severity higher than or equal to DEBUG are logged.
INFO
value: 200 Logs with severity higher than or equal to INFO are logged.
WARNING
value: 400 Logs with severity higher than or equal to WARNING are logged.
ERROR
value: 500 Logs with severity higher than or equal to ERROR are logged.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]