You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/12/05 08:20:00 UTC

[jira] [Commented] (AIRFLOW-1881) Don't double log operator output

    [ https://issues.apache.org/jira/browse/AIRFLOW-1881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16278180#comment-16278180 ] 

ASF subversion and git services commented on AIRFLOW-1881:
----------------------------------------------------------

Commit 97383f76d03481e3925781e5bba65a9630c4751a in incubator-airflow's branch refs/heads/master from [~bolke]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=97383f7 ]

[AIRFLOW-1881] Make operator log in task log

Previously operators logged under
airflow.operators or
airflow.contrib.operators. This unifies them under
airflow.task.operators allowing the task log to
pick
them up and not have 'double' logging.

Closes #2838 from bolkedebruin/AIRFLOW-1881


> Don't double log operator output
> --------------------------------
>
>                 Key: AIRFLOW-1881
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1881
>             Project: Apache Airflow
>          Issue Type: Improvement
>            Reporter: Bolke de Bruin
>             Fix For: 1.9.1
>
>
> Operators log to stdout by default instead of the `airflow.task` parent, this results in double logging



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