This is an automated email from the ASF dual-hosted git repository.
turbaszek pushed a change to branch v1-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git.
from e367231 Add UniqueConnIdRule rule and unittest (#11222)
add 7b99d16 Add LoggingConfigurationRule for upgrade_check (#11132)
No new revisions were added by this update.
Summary of changes:
airflow/upgrade/rules/logging_configuration.py | 82 +++++++++++++++++++++++
tests/upgrade/rules/test_logging_configuration.py | 78 +++++++++++++++++++++
2 files changed, 160 insertions(+)
create mode 100644 airflow/upgrade/rules/logging_configuration.py
create mode 100644 tests/upgrade/rules/test_logging_configuration.py