This is an automated email from the ASF dual-hosted git repository.
ash pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new fe2d9698fd Docs: `remote_log_conn_id` can also be used to write logs
(#22844)
fe2d9698fd is described below
commit fe2d9698fd0d5d5c536b707c49fc3d5636cf186e
Author: Jed Cunningham <[email protected]>
AuthorDate: Fri Apr 8 05:57:40 2022 -0600
Docs: `remote_log_conn_id` can also be used to write logs (#22844)
---
airflow/config_templates/config.yml | 3 ++-
airflow/config_templates/default_airflow.cfg | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/airflow/config_templates/config.yml
b/airflow/config_templates/config.yml
index f32ef22e75..8fed324789 100644
--- a/airflow/config_templates/config.yml
+++ b/airflow/config_templates/config.yml
@@ -496,7 +496,8 @@
- name: remote_log_conn_id
description: |
Users must supply an Airflow connection id that provides access to the
storage
- location. Note: This is only used for reading logs, not writing logs
+ location. Depending on your remote logging service, this may only be
used for
+ reading logs, not writing them.
version_added: 2.0.0
type: string
example: ~
diff --git a/airflow/config_templates/default_airflow.cfg
b/airflow/config_templates/default_airflow.cfg
index 9dc2ac1b83..1982ee01a5 100644
--- a/airflow/config_templates/default_airflow.cfg
+++ b/airflow/config_templates/default_airflow.cfg
@@ -281,7 +281,8 @@ base_log_folder = {AIRFLOW_HOME}/logs
remote_logging = False
# Users must supply an Airflow connection id that provides access to the
storage
-# location. Note: This is only used for reading logs, not writing logs
+# location. Depending on your remote logging service, this may only be used for
+# reading logs, not writing them.
remote_log_conn_id =
# Path to Google Credential JSON file. If omitted, authorization based on `the
Application Default