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 2025-09-04 UTC."],[],[],null,["# Live Stream V1 API - Module Google::Cloud::Video::LiveStream::V1::LogConfig::LogSeverity (v2.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.2.0 (latest)](/ruby/docs/reference/google-cloud-video-live_stream-v1/latest/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [2.1.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/2.1.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [2.0.1](/ruby/docs/reference/google-cloud-video-live_stream-v1/2.0.1/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [1.3.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.3.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [1.2.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.2.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [1.1.1](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.1.1/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [1.0.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/1.0.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [0.9.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.9.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [0.8.2](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.8.2/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [0.7.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.7.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [0.6.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.6.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [0.5.1](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.5.1/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [0.4.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.4.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [0.3.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.3.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [0.2.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.2.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity)\n- [0.1.0](/ruby/docs/reference/google-cloud-video-live_stream-v1/0.1.0/Google-Cloud-Video-LiveStream-V1-LogConfig-LogSeverity) \nReference documentation and code samples for the Live Stream V1 API module Google::Cloud::Video::LiveStream::V1::LogConfig::LogSeverity.\n\nThe severity level of platform logging for this channel. Logs with a\nseverity level higher than or equal to the chosen severity level will be\nlogged and can be viewed through Cloud Logging.\nThe severity level of a log is ranked as followed from low to high: DEBUG \\\u003c\nINFO \\\u003c NOTICE \\\u003c WARNING \\\u003c ERROR \\\u003c CRITICAL \\\u003c ALERT \\\u003c EMERGENCY.\nSee\n[LogSeverity](https://cloud.google.com/logging/docs/reference/v2/rest/v2/LogEntry#logseverity)\nfor more information.\n\nConstants\n---------\n\n### LOG_SEVERITY_UNSPECIFIED\n\n**value:** 0 \nLog severity is not specified. This is the same as log severity is OFF.\n\n### OFF\n\n**value:** 1 \nLog is turned off.\n\n### DEBUG\n\n**value:** 100 \nLog with severity higher than or equal to DEBUG are logged.\n\n### INFO\n\n**value:** 200 \nLogs with severity higher than or equal to INFO are logged.\n\n### WARNING\n\n**value:** 400 \nLogs with severity higher than or equal to WARNING are logged.\n\n### ERROR\n\n**value:** 500 \nLogs with severity higher than or equal to ERROR are logged."]]