[
https://issues.apache.org/jira/browse/AIRFLOW-5850?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16971751#comment-16971751
]
Akshesh Doshi commented on AIRFLOW-5850:
----------------------------------------
https://issues.apache.org/jira/browse/AIRFLOW-5854 needs to be fixed first to
fix this issue. The PR for its fix is here -
https://github.com/apache/airflow/pull/6542.
Once the above PR is merged, the patch for this issue is this -
[https://github.com/akki/airflow/tree/AIRFLOW-5850.|https://github.com/akki/airflow/commit/b008c26e526f1b2fbb9e0d95016241f8e26b7c10]
> Make DockerSwarmOperator capture task logs
> ------------------------------------------
>
> Key: AIRFLOW-5850
> URL: https://issues.apache.org/jira/browse/AIRFLOW-5850
> Project: Apache Airflow
> Issue Type: Wish
> Components: contrib, operators
> Affects Versions: 1.10.6
> Environment: Reproducible everywhere since missing feature - Tested
> via puckel/airflow:latest
> Reporter: Henning Redestig
> Priority: Major
> Labels: docker, orchestration, swarm
> Fix For: 1.10.7
>
>
> contrib.operators.DockerSwarmOperator gives output on task starting and
> exiting but does not capture the logs from the task. E.g.
> [2019-11-04 16:27:30,337] \{{docker_swarm_operator.py:125}} INFO - Service
> started: \{'ID': 'mxjn03sm32kfm8bcczs4qw6tu'}
> \## the task outputs logs here but they do not show up in the webapp..
> [2019-11-04 16:27:32,909] \{{docker_swarm_operator.py:136}} INFO - Service
> status before exiting: complete
> [2019-11-04 16:27:37,298] \{{logging_mixin.py:95}} INFO - [[34m2019-11-04
> 16:27:37,298[0m]
> [34mlocal_task_job.py:[0m105}} INFO[0m - Task exited with return code 0[0m
> Also discussed in https://github.com/apache/airflow/pull/5489
--
This message was sent by Atlassian Jira
(v8.3.4#803005)