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:45:00 UTC

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

Ainur created AIRFLOW-4562:
------------------------------

             Summary: 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


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)