This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e7a3f7f0bd Enable PT022: pytest-useless-yield-fixture (#37788)
add 9da6a21159 Use named loggers instead of root logger (#37801)
No new revisions were added by this update.
Summary of changes:
airflow/example_dags/example_python_decorator.py | 2 +-
airflow/example_dags/example_python_operator.py | 2 +-
airflow/metrics/otel_logger.py | 4 ++--
.../providers/amazon/aws/auth_manager/views/auth.py | 8 +++++---
airflow/sensors/base.py | 3 +--
airflow/settings.py | 2 +-
airflow/utils/cli_action_loggers.py | 18 ++++++++++--------
airflow/utils/log/file_processor_handler.py | 6 ++++--
airflow/utils/log/file_task_handler.py | 2 +-
.../utils/log/task_handler_with_custom_formatter.py | 5 ++++-
airflow/www/extensions/init_jinja_globals.py | 4 +++-
airflow/www/views.py | 20 +++++++++++---------
pyproject.toml | 10 ++++++++++
tests/dag_processing/test_job_runner.py | 15 +++++++--------
tests/dags/test_task_view_type_check.py | 3 ++-
.../apache/hive/transfers/test_s3_to_hive.py | 3 ++-
.../system/providers/amazon/aws/example_sagemaker.py | 6 ++++--
tests/system/providers/github/example_github.py | 5 +++--
tests/system/utils/__init__.py | 6 ++++--
tests/task/task_runner/test_standard_task_runner.py | 14 +++++++-------
20 files changed, 83 insertions(+), 55 deletions(-)