jason810496 opened a new pull request, #68779: URL: https://github.com/apache/airflow/pull/68779
- related: https://github.com/apache/airflow/pull/66633 - closes: https://github.com/apache/airflow/issues/66475 - closes: https://github.com/apache/airflow/issues/57356 ## Why While trying to setup cloudwatch remote logging in https://github.com/apache/airflow/pull/68709 in order to persist the logs in real time. I encounter the same errors as above listed issues. The root cause I found is same as https://github.com/apache/airflow/issues/66475#issuecomment-4412623405 pointed out. The `configure_logging -> dictConfig -> _clearExistingHandlers` call chain shutdown the watchtower handler. ## What Fix the lifecycle issue of cloudwatch remote logging and verify with `breeze k8s` system test with provider only changes without touching the Task-SDK changes. <img width="1511" height="592" alt="Screenshot 2026-06-19 at 11 12 16 PM" src="https://github.com/user-attachments/assets/1db0cff6-c91e-4cc0-89e1-c0eb2c4063d1" /> <img width="1512" height="498" alt="Screenshot 2026-06-19 at 11 12 46 PM" src="https://github.com/user-attachments/assets/fdae1400-8e64-4f3f-9dc5-d63b7e57e729" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
