Reference documentation and code samples for the Live Stream v1 API enum LogConfig.Types.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.
[[["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-03-21 UTC."],[[["The page provides documentation for the `LogConfig.Types.LogSeverity` enum in the Google Cloud Video Live Stream v1 API, detailing how to manage platform logging severity for a channel."],["The enum defines severity levels for logging, including `Debug`, `Info`, `Warning`, `Error`, `Off`, and `Unspecified`, with a ranking from lowest to highest."],["Users can set a severity level, and any log with a severity equal to or higher than the chosen level will be logged and visible in Cloud Logging."],["`Off` and `Unspecified` both denote that logging is turned off, and the latest version of the API documented is 1.8.0."]]],[]]