You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Fokko Driesprong (JIRA)" <ji...@apache.org> on 2017/09/08 13:38:00 UTC

[jira] [Created] (AIRFLOW-1582) Improve logging structure of Airflow

Fokko Driesprong created AIRFLOW-1582:
-----------------------------------------

             Summary: Improve logging structure of Airflow
                 Key: AIRFLOW-1582
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1582
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Fokko Driesprong


Hi,

I would like to improve the logging within Airflow. Currently the logging is missing some consistency across the project. I would like to:
- Remove airflow/utils/logging.py and move everything to /airflow/utils/log/*
- Initialise local loggers with the name of the class
- Move the settings of the logging to one central place
- Remove setting explicit logging levels within the code

Future PR's
- Remove verbose boolean settings, which make no sense; if you want more verbose logging you should set this by increasing the logging verbosity, and this should not be set by a boolean variable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)