You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Dante De Nigris (JIRA)" <ji...@apache.org> on 2016/06/01 18:01:02 UTC

[jira] [Created] (AIRFLOW-206) Support for reading log files locally even if task ran in different host

Dante De Nigris created AIRFLOW-206:
---------------------------------------

             Summary: Support for reading log files locally even if task ran in different host
                 Key: AIRFLOW-206
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-206
             Project: Apache Airflow
          Issue Type: Wish
          Components: webserver
            Reporter: Dante De Nigris
            Priority: Trivial
             Fix For: Airflow 1.7.1


The webserver currently fetches the task processing logs from a http server found on the host that ran that task.

In the context were the logs are being saved to a directory accessible to both the webserver host and the worker host (e.g. NFS mount) it would be a nice feature to let the webserver read the log directly (i.e. as if it had ran with a LocalExecutor).







--
This message was sent by Atlassian JIRA
(v6.3.4#6332)