Reference documentation and code samples for the Eventarc v1 API enum LoggingConfig.Types.LogSeverity.
The different severities for logging supported by Eventarc Advanced
resources.
This enum is an exhaustive list of log severities and is FROZEN. Do not
expect new values to be added.
Critical events cause more severe problems or outages.
Debug
Debug or trace level logging.
Emergency
One or more systems are unusable.
Error
Error events are likely to cause problems.
Info
Routine information, such as ongoing status or performance.
None
Default value at resource creation, presence of this value must be
treated as no logging/disable logging.
Notice
Normal but significant events, such as start up, shut down, or a
configuration change.
Unspecified
Log severity is not specified. This value is treated the same as NONE,
but is used to distinguish between no update and update to NONE in
update_masks.
[[["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."],[[["This document provides reference documentation for the `LoggingConfig.Types.LogSeverity` enum within the Eventarc v1 API, detailing the various log severity levels."],["The latest version of the documentation is for version 2.6.0, with versions ranging from 1.0.0 to 2.6.0 also available for viewing."],["The `LogSeverity` enum offers ten distinct severity levels, including `None`, `Unspecified`, `Debug`, `Info`, `Notice`, `Warning`, `Error`, `Critical`, `Alert`, and `Emergency`, each with specific descriptions."],["The `None` value signifies no logging or disabled logging, while `Unspecified` is also considered the same as `None` but indicates no update vs updating to None."],["The `LogSeverity` enum is considered frozen, meaning that you should not expect any additional values to be added in future."]]],[]]