You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Luke Maycock (JIRA)" <ji...@apache.org> on 2016/12/06 12:35:59 UTC

[jira] [Assigned] (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 ]

Luke Maycock reassigned AIRFLOW-409:
------------------------------------

    Assignee: Luke Maycock  (was: Robin Miller)

> 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
(v6.3.4#6332)