public enum 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 |
Only Cloud Logging is enabled. Note that logs for both the Cloud Console UI and Cloud SDK are based on Cloud Storage logs, so neither will provide logs if this option is chosen. |
GcsOnly |
Only Cloud Storage logging is enabled. |
Legacy |
Cloud Logging and Cloud Storage logging are enabled. |
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. |