Dan Davydov created AIRFLOW-1351:
------------------------------------
Summary: airflow cli commands should log error/debug to stderr
Key: AIRFLOW-1351
URL: https://issues.apache.org/jira/browse/AIRFLOW-1351
Project: Apache Airflow
Issue Type: Bug
Components: cli
Reporter: Dan Davydov
Commands like airflow list_task are printing messages like:
{code}[2017-06-27 20:36:57,116] {models.py:373} DEBUG - Loaded DAG <DAG:
tutorial>{code}
to stdout when the only thing being printed to stdout should be the listed dag
ids.
This makes it hard for users to parse the output of these commands.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)