Maxime Beauchemin created AIRFLOW-2520:
------------------------------------------
Summary: [cli] backfill way too verbose
Key: AIRFLOW-2520
URL: https://issues.apache.org/jira/browse/AIRFLOW-2520
Project: Apache Airflow
Issue Type: Bug
Reporter: Maxime Beauchemin
Used backfill recently and it would log a ton of logging messages
telling me all the tasks that were not ready to run at every tick.
These messages are not useful and should be muted by default.
I understand that this may be helpful in the context of `airflow run`
in the context where dependencies aren't met, so decided to manage
a flag instead of simply going `logging.debug` on it.
PR coming up
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)