eladkal commented on PR #61024:
URL: https://github.com/apache/airflow/pull/61024#issuecomment-3796082615

   I don't think routing the logs to scheduler is the right approch.
   
   The task to solve here is figure out how to route the logs of dag level 
callback which runs to the Airflow UI for the specific dag run. I think there 
is UX challange here as we don't have logs for a dagrun and I am not sure where 
the logs should appear. Consider a DAG of `a >> [b, c] ` where would the logs 
appear in `b` or `c`?  I think we need a new log tab per dagrun?
   
   @Arunodoy18 WDYT?


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