[
https://issues.apache.org/jira/browse/AIRFLOW-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16538736#comment-16538736
]
Ash Berlin-Taylor commented on AIRFLOW-2743:
--------------------------------------------
Are you using tip of that commit? Do you have an airflow.cfg other than the one
in that repo? Cos
https://github.com/gsemet/docker-airflow/commit/b01303f308c594de7ae03f4fdc8836dfd7683044#diff-500764aeca0d87e4244864271cffd099L101
shows the fix that should work. But from the error you are using a different
value.
> Task log handler file.task does not support read logs
> -----------------------------------------------------
>
> Key: AIRFLOW-2743
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2743
> Project: Apache Airflow
> Issue Type: Bug
> Components: logging
> Affects Versions: 1.10.0
> Reporter: Maciej BryĆski
> Priority: Major
>
> When I'm trying to check logs from web UI nothing is showing up.
> Using developer console I can see that there is request to:
> https://airflow_server/admin/airflow/get_logs_with_metadata?dag_id=example_bash_operator&task_id=run_this_last&execution_date=2018-07-09T00%3A00%3A00%2B00%3A00&try_number=1&metadata=null
> With response
> {code}
> {"error": true,
> "message": ["Task log handler file.task does not support read
> logs.\n'NoneType' object has no attribute 'read'\n"],
> "metadata": {"end_of_log": true}
> }
> {code}
> PS. I'm using CeleryExecutor
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)