This is an automated email from the ASF dual-hosted git repository.
dstandish pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from 025082aeea Add more robust handling of existing DagRun (#43168)
add 72f2b2e951 Remove TaskContextLogger (#43183)
No new revisions were added by this update.
Summary of changes:
airflow/config_templates/config.yml | 12 --
airflow/utils/log/file_task_handler.py | 5 -
airflow/utils/log/task_context_logger.py | 188 ---------------------
newsfragments/43183.significant.rst | 5 +
.../src/airflow/providers/amazon/CHANGELOG.rst | 2 +-
tests/utils/log/test_task_context_logger.py | 139 ---------------
tests_common/test_utils/mock_executor.py | 4 +-
7 files changed, 7 insertions(+), 348 deletions(-)
delete mode 100644 airflow/utils/log/task_context_logger.py
create mode 100644 newsfragments/43183.significant.rst
delete mode 100644 tests/utils/log/test_task_context_logger.py