You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ainur (JIRA)" <ji...@apache.org> on 2019/05/23 07:54:00 UTC

[jira] [Updated] (AIRFLOW-4562) Wrong log filename in task failure notification

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

Ainur updated AIRFLOW-4562:
---------------------------
    External issue URL: https://github.com/apache/airflow/pull/5317

> Wrong log filename in task failure notification
> -----------------------------------------------
>
>                 Key: AIRFLOW-4562
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-4562
>             Project: Apache Airflow
>          Issue Type: Bug
>          Components: logging
>            Reporter: Ainur
>            Assignee: Ainur
>            Priority: Minor
>
> Task failure email renders wrong log file name
>  
> {code:java}
> Try 4 out of 4
> Exception:
> Jira operator error: <omitted>
> Log: <omitted>
> Host: <omitted>
> Log file: /Users/airflow/logs/user_onboarding/real_jira_call/2019-05-23T07:39:20.877933+00:00.log
> Mark success: <omitted>
> {code}
> in this example Log file is wrong and should be 
> {code:java}
> 2019-05-23T07:39:20.877933+00:00/4.log{code}
>  
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)