Module: Google::Cloud::Build::V1::BuildOptions::LoggingMode

Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

Specifies the logging mode.

Constant Summary collapse

LOGGING_UNSPECIFIED =

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.

0
LEGACY =

Build logs are stored in Cloud Logging and Cloud Storage.

1
GCS_ONLY =

Build logs are stored in Cloud Storage.

2
STACKDRIVER_ONLY =

This option is the same as CLOUD_LOGGING_ONLY.

3
CLOUD_LOGGING_ONLY =

Build logs are stored in Cloud Logging. Selecting this option will not allow logs streaming.

5
NONE =

Turn off all logging. No build logs will be captured.

4