Maciej Bryński created AIRFLOW-2743:
---------------------------------------
Summary: 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
When I'm trying to check logs from web UI nothing is showing up.
Using 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}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)