guan404ming opened a new pull request, #70085:
URL: https://github.com/apache/airflow/pull/70085

   ## Related
   
   closes: #70077
   related: #69302 (stacked on its branch; only the last commit is new)
   
   ## Why
   
   Log records emitted between subprocess start and the log socket connecting 
were silently dropped; the Go and Java SDKs already keep these early records.
   
   ## How
   
   - Let `LogChannel` start unconnected and buffer records until `connect()` 
flushes them to the socket in order
   - Dump buffered records to stderr on `close()` if the socket never connected
   - Create the runtime's logger before connecting so pre-connect records are 
kept
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [X] Yes — Claude Code (Fable 5)


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