Cloud Build V1 API - Module Google::Cloud::Build::V1::BuildOptions::LoggingMode (v1.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Cloud Build V1 API module Google::Cloud::Build::V1::BuildOptions::LoggingMode.
Specifies the logging mode.
Constants
LOGGING_UNSPECIFIED
value: 0 The service determines the logging mode. The default is LEGACY. Do not
rely on the default logging behavior as it may change in the future.
LEGACY
value: 1 Build logs are stored in Cloud Logging and Cloud Storage.
GCS_ONLY
value: 2 Build logs are stored in Cloud Storage.
STACKDRIVER_ONLY
value: 3 This option is the same as CLOUD_LOGGING_ONLY.
CLOUD_LOGGING_ONLY
value: 5 Build logs are stored in Cloud Logging. Selecting this option will not
allow logs
streaming.
NONE
value: 4 Turn off all logging. No build logs will be captured.