You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Jarek Potiuk (Jira)" <ji...@apache.org> on 2020/01/19 23:37:07 UTC

[jira] [Closed] (AIRFLOW-3171) Flexible task log organization

     [ https://issues.apache.org/jira/browse/AIRFLOW-3171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jarek Potiuk closed AIRFLOW-3171.
---------------------------------
    Resolution: Won't Fix

I am closing some old issues that are not relevant any more. Please let me know if you want to reopen it.

> Flexible task log organization
> ------------------------------
>
>                 Key: AIRFLOW-3171
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-3171
>             Project: Apache Airflow
>          Issue Type: Improvement
>          Components: logging
>            Reporter: Gabriel Silk
>            Priority: Minor
>
> Regardless of the backend (eg file system, s3, ...), it would be useful to be able to organize the task logs in a more flexible manner, rather than defaulting to a flat structure.
>  
> One use case of this would be to provide a better multi-tenancy experience when deploying a single airflow cluster to several teams. For example, if the task logs in s3 were organized like /tasks/[owner]/... then we could provide access to a subset of the logs for each team, by creating s3 access rules prefixed with the appropriate path.
>  
> One possible implementation would be to have a configurable, templatized path structure for logs. We would also need to store the log location for each task instance, so we could easily change the log folder structure without breaking old log paths.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)