You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Siddharth Anand (JIRA)" <ji...@apache.org> on 2018/09/25 04:21:00 UTC

[jira] [Resolved] (AIRFLOW-409) Add option to not configure logging (keep existing loggers)

     [ https://issues.apache.org/jira/browse/AIRFLOW-409?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Siddharth Anand resolved AIRFLOW-409.
-------------------------------------
    Resolution: Won't Fix

> Add option to not configure logging (keep existing loggers)
> -----------------------------------------------------------
>
>                 Key: AIRFLOW-409
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-409
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: logging
>            Reporter: Michael DeWulf
>            Assignee: Luke Maycock
>            Priority: Minor
>
> The airflow.settings module calls [configure_logging|https://github.com/apache/incubator-airflow/blob/b18c9959142f3f1e2cb031c8709225af01192e32/airflow/settings.py#L127], which removes all existing loggers and installs the basic logging config.  For projects with loggers already configured, it would be nice if this could be disabled.
> It seems like we could add a config option which is checked before logging is configured by airflow.  If the option is false, then logging would not be configured.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)