GCP documentation distinguishes between two kinds of logs for Composer:
Cloud Composer has the following Airflow logs:
Airflow logs: These logs are associated with single DAG tasks. You can view the task logs in the Cloud Storage logs folder associated with the Cloud Composer environment. You can also view the logs in the Airflow web interface.
Streaming logs: These logs are a superset of the logs in Airflow. To access streaming logs, you can go to the logs tab of Environment details page in Google Cloud Console, use the Cloud Logging, or use Cloud Monitoring.
As documented, I can see the Airflow logs in the buckets, but they do not display in GCP Logging, should they? In fact, when I query Logging for resource.type="cloud_composer_environment"
I can see very few logs including no errors while I know that in this period I noticed some failed jobs that resulted in errors. Does Logging need any special configuration for the Airflow logs to be displayed?