Henning Redestig created AIRFLOW-5850:
-----------------------------------------
Summary: 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
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)