sharan-s2k opened a new pull request, #68197:
URL: https://github.com/apache/airflow/pull/68197

   Add automatic log tail capture for failed task instances
   
   Fetch the last N lines (default 200, configurable via [triage] in
   airflow.cfg) from task logs using Airflow's TaskLogReader so triage
   does not require opening the log viewer for every incident. A listener
   captures tails on failed and skipped tasks; get_task_log_tail supports
   on-demand UI access with an in-memory cache. Log read failures degrade
   gracefully without crashing the plugin.


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