amoghrajesh opened a new issue, #65191: URL: https://github.com/apache/airflow/issues/65191
### Body Following https://github.com/apache/airflow/pull/48491 Reference: https://github.com/apache/airflow/pull/48788 In Airflow 3, the task execution path was rearchitected: task workers now use structlog and communicate with a `RemoteLogIO (set as `REMOTE_TASK_LOG` in the logging config module) rather than through a Python stdlib logging. Handler registered in `DEFAULT_LOGGING_CONFIG`. All major remote log backends have been migrated to this new pattern — S3, GCS, CloudWatch, WASB, OSS, HDFS (recently in #48788), and Elasticsearch. Similar effort is needed for StackDriver ### Committer - [x] I acknowledge that I am a maintainer/committer of the Apache Airflow project. -- 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]
