public enum BuildOptions.Types.LoggingModeReference documentation and code samples for the Cloud Build v1 API enum BuildOptions.Types.LoggingMode.
Specifies the logging mode.
Namespace
Google.Cloud.CloudBuild.V1Assembly
Google.Cloud.CloudBuild.V1.dll
Fields |
|
|---|---|
| Name | Description |
CloudLoggingOnly |
Build logs are stored in Cloud Logging. Selecting this option will not allow logs streaming. |
GcsOnly |
Build logs are stored in Cloud Storage. |
Legacy |
Build logs are stored in Cloud Logging and Cloud Storage. |
LoggingUnspecified |
The service determines the logging mode. The default is |
None |
Turn off all logging. No build logs will be captured. |
StackdriverOnly |
This option is the same as CLOUD_LOGGING_ONLY. |