pankajkoti commented on issue #37534: URL: https://github.com/apache/airflow/issues/37534#issuecomment-1952521062
@raphaelauv I believe `get_logs` was only meant to fetch logs at the end of the pod completion and so is also the case now. I guess what you mean is the missing logs in trigger showing that the container is not yet finished and that the trigger is polling with sleep that we were seeing earlier. I have created a PR to show those logs https://github.com/apache/airflow/pull/37546. The good point now is that with setting logging_interval, we now would also be able to periodically fetch logs from the pod itself to show what's happening inside the pod. I understand we now have less logs at the moment by default, however, I am unsure if we should call for cancelling the RC for these missing informative logs. 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]
