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

   ## Why
   
   Coordinator-mode Go tasks currently transmit records below Airflow's 
configured logging thresholds. This diverges from Python task behavior and 
overstates Go task-logging compatibility.
   
   ## What
   
   - Read the global and namespace thresholds propagated by the supervisor when 
the Go runtime starts.
   - Apply longest dotted-prefix matching to the structured `logger` attribute 
and filter records before buffering or socket transmission.
   - Normalize Go log levels to Airflow's supported names and drop unsupported 
levels.
   
   ---
   
   ##### Was generative AI tooling used to co-author this PR?
   
   - [x] Yes, with help of Codex (GPT-5) following [the 
guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions)
   


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