From f6fe97fd7d2cb71e3d648f1c706bcb11d07c76bf Mon Sep 17 00:00:00 2001 From: Ash Berlin-Taylor Date: Tue, 23 Sep 2025 14:07:05 +0100 Subject: [PATCH] Correct version added for new Namespaced log levels feature The PR that added this was opened before 3.1.0rc, but it didn't get merged until after the branch point, so given it's a new feature, not a bug fix, this won't be released until 3.2.0 --- airflow-core/src/airflow/config_templates/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow-core/src/airflow/config_templates/config.yml b/airflow-core/src/airflow/config_templates/config.yml index c4f10ac9624e9..d9ab15799f6da 100644 --- a/airflow-core/src/airflow/config_templates/config.yml +++ b/airflow-core/src/airflow/config_templates/config.yml @@ -812,7 +812,7 @@ logging: The logger names are viewable in task logs (as the "source" attribute), or in server components by including ``%(name)s`` in your format string, or in the between ``[]`` after the message in the default format. - version_added: 3.1.0 + version_added: 3.2.0 type: string example: "sqlalchemy=INFO sqlalchemy.engine=DEBUG, botocor" default: ~