Skip to content

Commit 8a3757b

Browse files
authored
Add info that delete_local_logs also works for HDFS remote logging (apache#46287)
1 parent 16568e1 commit 8a3757b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

airflow/config_templates/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -739,7 +739,7 @@ logging:
739739
default: ""
740740
delete_local_logs:
741741
description: |
742-
Whether the local log files for GCS, S3, WASB and OSS remote logging should be deleted after
742+
Whether the local log files for GCS, S3, WASB, HDFS and OSS remote logging should be deleted after
743743
they are uploaded to the remote location.
744744
version_added: 2.6.0
745745
type: string

docs/apache-airflow/administration-and-deployment/logging-monitoring/logging-tasks.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Core Airflow provides an interface FileTaskHandler, which writes task logs to fi
2525
services (:doc:`apache-airflow-providers:index`) and some of them provide handlers that extend the logging
2626
capability of Apache Airflow. You can see all of these providers in :doc:`apache-airflow-providers:core-extensions/logging`.
2727

28-
When using S3, GCS, WASB or OSS remote logging service, you can delete the local log files after
28+
When using S3, GCS, WASB, HDFS or OSS remote logging service, you can delete the local log files after
2929
they are uploaded to the remote location, by setting the config:
3030

3131
.. code-block:: ini

0 commit comments

Comments
 (0)