[
https://issues.apache.org/jira/browse/AIRFLOW-2520?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16489702#comment-16489702
]
ASF subversion and git services commented on AIRFLOW-2520:
----------------------------------------------------------
Commit 972086aeba4616843005b25210ba3b2596963d57 in incubator-airflow's branch
refs/heads/master from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=972086a ]
[AIRFLOW-2520] CLI - make backfill less verbose
Used backfill recently and it would log a shit 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.
Closes #3414 from
mistercrunch/backfill_less_verbose
> [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
> Priority: Major
>
> 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)