robertorobles commented on issue #54501:
URL: https://github.com/apache/airflow/issues/54501#issuecomment-3200283098

   I can confirm that I'm experiencing the same issue after upgrading to 
Airflow 3.0.4. Previously, task logs were visible in stdout and also written to 
log files, but now they only appear in files and are no longer printed to 
stdout.
   
   By “stdout,” I mean the standard output stream of the Airflow task runner 
process (e.g., the output that would normally appear in container logs or the 
terminal if you're running tasks locally). This is typically captured by 
Kubernetes, Docker, or other orchestration environments, and forwarding logs 
via stdout is crucial when relying on centralized logging systems like Fluentd, 
Elasticsearch, or Cloud Logging.
   
   I hope this helps clarify the issue—thanks for looking into it!


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