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/11/08 18:39:01 UTC

[jira] [Commented] (AIRFLOW-1789) Log SSHOperator stderr to log.warning

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

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

Commit 1943a96e708dd68a6990b022ffbbe3729a8c27b8 in incubator-airflow's branch refs/heads/master from [~OpringaoDoTurno]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=1943a96 ]

[AIRFLOW-1789][AIRFLOW-1712] Log SSHOperator stderr to log.warning

Logging functionality for SSHOperator was added in
[AIRFLOW-1712] but it
only logged stdout.
This commit also logs stderr to log.warning

Closes #2761 from OpringaoDoTurno/stderr_in_ssh


> Log SSHOperator stderr to log.warning
> -------------------------------------
>
>                 Key: AIRFLOW-1789
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1789
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: logging, operators
>            Reporter: Ignasi Peiró
>            Assignee: Ignasi Peiró
>            Priority: Minor
>
> Logging of SSHOperator was added in issue AIRFLOW-1712
> In github [#2686|https://github.com/apache/incubator-airflow/pull/2686] issue it was asked that stderr should be logged to log.warning. This issue implements this functionality:
> * stdout is logged to log.info
> * stderr is logged to log.warning



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