From 08565dcb8b296609a22955e79291ae9dfb51b5bb Mon Sep 17 00:00:00 2001 From: Andreas Albert <103571926+AndreasAlbertQC@users.noreply.github.com> Date: Mon, 14 Aug 2023 22:45:51 +0200 Subject: [PATCH] Fix config description for base_log_folder (#33388) --- airflow/config_templates/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/config_templates/config.yml b/airflow/config_templates/config.yml index 719b1d2f944a6..5a44906478891 100644 --- a/airflow/config_templates/config.yml +++ b/airflow/config_templates/config.yml @@ -632,7 +632,7 @@ logging: This path must be absolute. There are a few existing configurations that assume this is set to the default. If you choose to override this you may need to update the dag_processor_manager_log_location and - dag_processor_manager_log_location settings as well. + child_process_log_directory settings as well. version_added: 2.0.0 type: string example: ~