As you can see in image-1, there is a time stamp, make sure that in your logs you have a folder / file with this time stamp as a name ..
You are looking at the user interface, so first make sure that you have the log files created in the directory, in my case the folder of my log looks like
(AIRFLOW-ENV) [ cloudera@quickstart dags]$ ll /home/cloudera/workspace/python/airflow_home/logs/my_test_dag/my_sensor_task total 8 -rw-rw-rw- 1 cloudera cloudera 3215 Nov 14 08:45 2017-11-12T12:00:00 -rw-rw-rw- 1 cloudera cloudera 2694 Nov 14 08:45 2017-11-14T08:36:06.920727 (AIRFLOW-ENV) [ cloudera@quickstart dags]$
So my log url is
http://localhost:8080/admin/airflow/log?task_id=my_sensor_task&dag_id=my_test_dag&execution_date=2017-11-14T08:36:06.920727
When you go to your DAG and select GRAPH-VIEW, you will see a drop-down list next to "RUN", select the appropriate run, and then in the graph below select the appropriate task / operator and select the log view
Manjesh
source share