ashb commented on code in PR #51627:
URL: https://github.com/apache/airflow/pull/51627#discussion_r2142061157


##########
task-sdk/src/airflow/sdk/execution_time/supervisor.py:
##########
@@ -1602,4 +1606,7 @@ def supervise(
     exit_code = process.wait()
     end = time.monotonic()
     log.info("Task finished", exit_code=exit_code, duration=end - start, 
final_state=process.final_state)
+    if log_path and log_file_descriptor:
+        log_file_descriptor.close()
+        log.info("Log file closed successfully", log_path=log_path)

Review Comment:
   This log message is just noise
   ```suggestion
   ```



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to