Skip to content

Commit

Permalink
Add info that delete_local_logs also works for HDFS remote logging (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aakcht authored Feb 3, 2025
1 parent 16568e1 commit 8a3757b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion airflow/config_templates/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -739,7 +739,7 @@ logging:
default: ""
delete_local_logs:
description: |
Whether the local log files for GCS, S3, WASB and OSS remote logging should be deleted after
Whether the local log files for GCS, S3, WASB, HDFS and OSS remote logging should be deleted after
they are uploaded to the remote location.
version_added: 2.6.0
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Core Airflow provides an interface FileTaskHandler, which writes task logs to fi
services (:doc:`apache-airflow-providers:index`) and some of them provide handlers that extend the logging
capability of Apache Airflow. You can see all of these providers in :doc:`apache-airflow-providers:core-extensions/logging`.

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

.. code-block:: ini
Expand Down

0 comments on commit 8a3757b

Please sign in to comment.