We are observing Airflow is sending large amount of logs to Datadog and we want to restrict/Reduce these logs by excluding logs from below tasks:
- pod_manager.py
- base.py
- base_aws.py
- logging_mixin.py
Do we have any configuration settings where I can define this requirement?
We have Airflow-2.0 running on Kubernetes.