[
https://issues.apache.org/jira/browse/AIRFLOW-1486?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16117499#comment-16117499
]
ASF subversion and git services commented on AIRFLOW-1486:
----------------------------------------------------------
Commit d9109d6458d136cd2b76ef7180be498ae09b3ea3 in incubator-airflow's branch
refs/heads/master from [~skudriashev]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=d9109d6 ]
[AIRFLOW-1486] Unexpected S3 writing log error
Removed unexpected S3 writing log error and added tests for s3 logging.
Closes #2499 from skudriashev/airflow-1486
> Unexpected S3 writing log error
> -------------------------------
>
> Key: AIRFLOW-1486
> URL: https://issues.apache.org/jira/browse/AIRFLOW-1486
> Project: Apache Airflow
> Issue Type: Bug
> Components: core
> Affects Versions: 1.8.0
> Reporter: Stanislav Kudriashev
> Assignee: Stanislav Kudriashev
> Fix For: 1.8.1
>
>
> *Current:*
> {code}
> ERROR:root:Could not read logs from
> s3://airflow-log/my_dag/task1/2017-08-04T16:03:00/1.log
> INFO:root:The key my_dag/task1/2017-08-04T16:03:00/1.log now contains 4648
> bytes
> {code}
> *Expected:*
> {code}
> INFO:root:The key my_dag/task1/2017-08-04T16:03:00/1.log now contains 4648
> bytes
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)