malthe opened a new pull request #20729:
URL: https://github.com/apache/airflow/pull/20729


   The error is already logged elsewhere.
   
   (Both in the case of a string message and an exception.)
   
   See also https://github.com/apache/airflow/discussions/20060 where it is 
also mentioned that exceptions are logged twice during normal Airflow task 
execution:
   
   1. In `taskinstance` (which is removed with this pull request)
   2. In `standard_task_runner`
   
   It is thus the responsibility of the calling framework to log the exception 
or error.


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