Vishwaspatel2401 commented on PR #64829: URL: https://github.com/apache/airflow/pull/64829#issuecomment-4229886801
Hi @jscheffl, the change is in the latest commit `4863423`. You can see it in `pod_manager.py` lines 1200-1201 and 1211-1212 — both log sites in `fetch_container_logs_before_current_sec()` now call `_parse_log_level(message_to_log)` followed by `self.log.log(level, ...)`. The force push may have caused GitHub to show a stale diff — clicking **Compare** next to the force-push event in the timeline should show the latest changes. Sorry for the confusion\! -- 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]
