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 LEGACY. Do not
rely on the default logging behavior as it may change in the future.
None
Turn off all logging. No build logs will be captured.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `BuildOptions.Types.LoggingMode` enum within the Google Cloud Build v1 API, specifically for .NET."],["The content lists available versions of the API, ranging from the latest version 2.15.0 down to version 1.0.0, with links to the respective documentation for each version."],["The `BuildOptions.Types.LoggingMode` enum defines various logging options, including `CloudLoggingOnly`, `GcsOnly`, `Legacy`, `LoggingUnspecified`, `None`, and `StackdriverOnly`, each with a specific description of its behavior."],["The default logging mode, `Legacy`, enables both Cloud Logging and Cloud Storage logging, however `LoggingUnspecified` is noted as determining the default and should not be relied upon as it may change."],["The fields in the LoggingMode each specify the type of logging being enabled, with CloudLoggingOnly, GcsOnly, and Legacy all enabling some form of logging, while None turns off all logging capabilities."]]],[]]