[
https://issues.apache.org/jira/browse/AIRFLOW-3896?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16775798#comment-16775798
]
ASF subversion and git services commented on AIRFLOW-3896:
----------------------------------------------------------
Commit 36b38d83e0cd409f47c057545d76d32b2a03916b in airflow's branch
refs/heads/master from Ryan Yuan
[ https://gitbox.apache.org/repos/asf?p=airflow.git;h=36b38d8 ]
[AIRFLOW-3896] Add running command logging back to SSHOperator (#4716)
* [AIRFLOW-3896] Add running command logging back to SSHOperator
Add the SSH command logging back to SSHOperator
* [AIRFLOW-3896] Add running command logging back to SSHOperator
Change self.logger to self.log
> Add running command logging back to SSHOperator
> -----------------------------------------------
>
> Key: AIRFLOW-3896
> URL: https://issues.apache.org/jira/browse/AIRFLOW-3896
> Project: Apache Airflow
> Issue Type: Improvement
> Reporter: Ryan Yuan
> Assignee: Ryan Yuan
> Priority: Minor
>
> Until v1.8.2, the SSHExecuteOperator was able to log the running bash command.
> https://github.com/apache/airflow/blob/1.8.2/airflow/contrib/operators/ssh_execute_operator.py#L131
>
> But since v1.9.0, that logging code has been removed.
> https://github.com/apache/airflow/blob/1.9.0/airflow/contrib/operators/ssh_operator.py
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)