storageMode property
The mode of storage for Airflow workers task logs.
Optional. Possible string values are:
- "TASK_LOGS_STORAGE_MODE_UNSPECIFIED" : This configuration is not specified by the user.
- "CLOUD_LOGGING_AND_CLOUD_STORAGE" : Store task logs in Cloud Logging and in the environment's Cloud Storage bucket.
- "CLOUD_LOGGING_ONLY" : Store task logs in Cloud Logging only.
Implementation
core.String? storageMode;