The path to which logs are saved when the destination = PATH. This can be a
local file path on the VM, or under the mount point of a Persistent Disk or
Filestore, or a Cloud Storage path.
[[["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."],[[["The `LogsPolicy` class in the Batch v1alpha API allows users to configure how outputs from a Job's Tasks (stdout/stderr) are stored."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`LogsPolicy` provides properties such as `CloudLoggingOption`, `Destination`, and `LogsPath` to define log saving preferences."],["Users can utilize the `LogsPolicy()` constructor to instantiate a new object, or use `LogsPolicy(LogsPolicy other)` to copy an already existing object."],["The destination property of the `LogsPolicy` class defines whether logs will be saved to a path, or to Cloud Logging."]]],[]]