Eventarc V1 API - Module Google::Cloud::Eventarc::V1::LoggingConfig::LogSeverity (v1.1.0)

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.

ALERT

value: 8
A person must take action immediately.

EMERGENCY

value: 9
One or more systems are unusable.