dstandish opened a new pull request, #28571:
URL: https://github.com/apache/airflow/pull/28571

   After https://github.com/apache/airflow/pull/28440, instead of having a task 
logger both at `airflow.task` and root logger, we only have it at root logger.  
This means we can remove the logic to set propagate=False, because there's no 
longer a risk of record processed by FTH twice.  It also means we can remove 
the logic to walk up the logger hierarchy and set context because we don't need 
to hit both airflow.task and root -- there will only ever be one such handler 
instance.


-- 
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]

Reply via email to