Skip to content

Commit e2020a0

Browse files
committed
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
1 parent 78dc35e commit e2020a0

File tree

1 file changed

+1
-1
lines changed
  • airflow-core/src/airflow/config_templates

1 file changed

+1
-1
lines changed

airflow-core/src/airflow/config_templates/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -812,7 +812,7 @@ logging:
812812
The logger names are viewable in task logs (as the "source" attribute), or in server components by
813813
including ``%(name)s`` in your format string, or in the between ``[]`` after the message in the
814814
default format.
815-
version_added: 3.1.0
815+
version_added: 3.2.0
816816
type: string
817817
example: "sqlalchemy=INFO sqlalchemy.engine=DEBUG, botocor"
818818
default: ~

0 commit comments

Comments
 (0)