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

   This is necessary because file task handler reads from pod logs (i.e. 
stdout) when pod is running.
   
   Previously we were not propagating task logs, presumably to avoid 
duplicating entries, because we had copied the handler to root.  However, if we 
just remove the handler from task, we can safely enable propagation, since 
there won't be multiple task handlers floating around.
   


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