This is an automated email from the ASF dual-hosted git repository.
amoghdesai pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
from e3ddf97c9a1 Add pre-commit that verifies if shared project are
properly structured (#53697)
add e4fb6862c6b Allow Remote logging providers to load connections from
the API Server (#53719)
No new revisions were added by this update.
Summary of changes:
.../config_templates/airflow_local_settings.py | 29 ++++++
airflow-core/src/airflow/logging_config.py | 10 +-
.../src/airflow/sdk/execution_time/supervisor.py | 106 +++++++++++++++++----
task-sdk/src/airflow/sdk/log.py | 10 ++
.../task_sdk/execution_time/test_supervisor.py | 49 ++++++++++
5 files changed, 184 insertions(+), 20 deletions(-)