You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Kamil Bregula (Jira)" <ji...@apache.org> on 2019/11/21 00:07:00 UTC

[jira] [Created] (AIRFLOW-6024) Do not use the logger in CLI

Kamil Bregula created AIRFLOW-6024:
--------------------------------------

             Summary: Do not use the logger in CLI
                 Key: AIRFLOW-6024
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-6024
             Project: Apache Airflow
          Issue Type: Bug
          Components: cli
    Affects Versions: 1.10.6
            Reporter: Kamil Bregula


There is no need to use the logger because all messages are intended to be displayed on the screen. This should not be saved to a file. If you need to write to a file, you can redirect the stream



--
This message was sent by Atlassian Jira
(v8.3.4#803005)