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 latest version available for the `LogConfig.Types.LogSeverity` is 1.8.0, with older versions ranging back to 1.0.0."],["`LogConfig.Types.LogSeverity` is an enum used within the Live Stream v1 API to define the severity level for platform logging, allowing users to view logs through Cloud Logging if its severity is equal or higher than the level selected."],["The severity levels of the log are ranked from lowest to highest in the following order: DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, and EMERGENCY."],["The available log severity fields include `Debug`, `Error`, `Info`, `Off`, `Unspecified`, and `Warning`, each dictating the minimum severity level of logs to be recorded, except for `Off` which disables logging and `Unspecified` which defaults to `Off`."]]],[]]