vincbeck commented on code in PR #40468:
URL: https://github.com/apache/airflow/pull/40468#discussion_r1664596638


##########
airflow/providers/amazon/aws/executors/ecs/ecs_executor.py:
##########
@@ -320,10 +320,11 @@ def __handle_failed_task(self, task_arn: str, reason: 
str):
                 )
             )
         else:
-            self.log.error(
+            self.task_context_logger.error(

Review Comment:
   > do we really need to send this message? if the task is failed, the user 
will see that it is failed
   
   Fair



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