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/14 08:49:00 UTC

[jira] [Created] (AIRFLOW-1611) Customize logging in Airflow

Fokko Driesprong created AIRFLOW-1611:
-----------------------------------------

             Summary: Customize logging in Airflow
                 Key: AIRFLOW-1611
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1611
             Project: Apache Airflow
          Issue Type: Bug
            Reporter: Fokko Driesprong
            Assignee: Fokko Driesprong


The current way of loading a custom logging config using the logging_config_path does not work:
https://codecov.io/gh/Fokko/incubator-airflow/src/master/airflow/settings.py#L180

Therefore I would like suggest to change this so we can import a logger configuration that is defined in the airflow_local_settings.py using a Python dict. This will mean that the `logging_config_path` is being deprecated. When your define a LOGGIN_CONFIG in a airflow_local_settings.py which is on the PYTHONPATH, then these settings will be loaded automatically.





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