Reference documentation and code samples for the Eventarc V1 API module Google::Cloud::Eventarc::V1::LoggingConfig::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.
Constants
LOG_SEVERITY_UNSPECIFIED
value: 0 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.
NONE
value: 1 Default value at resource creation, presence of this value must be
treated as no logging/disable logging.
DEBUG
value: 2 Debug or trace level logging.
INFO
value: 3 Routine information, such as ongoing status or performance.
NOTICE
value: 4 Normal but significant events, such as start up, shut down, or a
configuration change.
WARNING
value: 5 Warning events might cause problems.
ERROR
value: 6 Error events are likely to cause problems.
CRITICAL
value: 7 Critical events cause more severe problems or outages.
[[["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-09 UTC."],[],[],null,["# Eventarc V1 API - Module Google::Cloud::Eventarc::V1::LoggingConfig::LogSeverity (v2.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.1.0 (latest)](/ruby/docs/reference/google-cloud-eventarc-v1/latest/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [2.0.1](/ruby/docs/reference/google-cloud-eventarc-v1/2.0.1/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [1.3.0](/ruby/docs/reference/google-cloud-eventarc-v1/1.3.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [1.2.0](/ruby/docs/reference/google-cloud-eventarc-v1/1.2.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [1.1.0](/ruby/docs/reference/google-cloud-eventarc-v1/1.1.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [1.0.1](/ruby/docs/reference/google-cloud-eventarc-v1/1.0.1/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.10.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.10.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.9.2](/ruby/docs/reference/google-cloud-eventarc-v1/0.9.2/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.8.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.8.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.7.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.7.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.6.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.6.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.5.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.5.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.4.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.4.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.3.0](/ruby/docs/reference/google-cloud-eventarc-v1/0.3.0/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.2.1](/ruby/docs/reference/google-cloud-eventarc-v1/0.2.1/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity)\n- [0.1.4](/ruby/docs/reference/google-cloud-eventarc-v1/0.1.4/Google-Cloud-Eventarc-V1-LoggingConfig-LogSeverity) \nReference documentation and code samples for the Eventarc V1 API module Google::Cloud::Eventarc::V1::LoggingConfig::LogSeverity.\n\nThe different severities for logging supported by Eventarc Advanced\nresources.\nThis enum is an exhaustive list of log severities and is FROZEN. Do not\nexpect new values to be added.\n\nConstants\n---------\n\n### LOG_SEVERITY_UNSPECIFIED\n\n**value:** 0 \nLog severity is not specified. This value is treated the same as NONE,\nbut is used to distinguish between no update and update to NONE in\nupdate_masks.\n\n### NONE\n\n**value:** 1 \nDefault value at resource creation, presence of this value must be\ntreated as no logging/disable logging.\n\n### DEBUG\n\n**value:** 2 \nDebug or trace level logging.\n\n### INFO\n\n**value:** 3 \nRoutine information, such as ongoing status or performance.\n\n### NOTICE\n\n**value:** 4 \nNormal but significant events, such as start up, shut down, or a\nconfiguration change.\n\n### WARNING\n\n**value:** 5 \nWarning events might cause problems.\n\n### ERROR\n\n**value:** 6 \nError events are likely to cause problems.\n\n### CRITICAL\n\n**value:** 7 \nCritical events cause more severe problems or outages.\n\n### ALERT\n\n**value:** 8 \nA person must take action immediately.\n\n### EMERGENCY\n\n**value:** 9 \nOne or more systems are unusable."]]