Shaked Zychlinski created AIRFLOW-4090:
------------------------------------------
Summary: Airflow 1.10 duplicate logging
Key: AIRFLOW-4090
URL: https://issues.apache.org/jira/browse/AIRFLOW-4090
Project: Apache Airflow
Issue Type: Bug
Components: logging
Affects Versions: 1.10.1
Reporter: Shaked Zychlinski
We have recently switched from Airflow 1.9 to 1.10.1, and noticed that all the
logging the operators do are now duplicated by {{base_task_runner}}, but we
don't understand why:
{{[2019-02-14 11:42:15,998] base_sensor_operator.py:79 INFO - Success criteria
met. Exiting. [2019-02-14 11:42:15,998] base_task_runner.py:101 INFO - Job
346622: Subtask my_task [2019-02-14 11:42:15,998] base_sensor_operator.py:79
INFO - Success criteria met. Exiting.}}
We log things within operators usingĀ {{self.log.info}}. Any idea what's causing
the duplication and how to stop it?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)