Airflow: Log file isn't local, Unsupported remote log location

前端 未结 3 1588
别跟我提以往
别跟我提以往 2021-01-01 23:47

I am not able see the logs attached to the tasks from the Airflow UI:

Log related settings in airflow.cfg file are:

  • remote_base_log_folder =
3条回答
  •  一整个雨季
    2021-01-02 00:01

    I also faced the same problem.

    Setting below variables in airflow.cfg worked for me. Use {hostname} as machine's FQDN {hostname} instead of localhost.

    endpoint_url = http://{hostname}:8080
    
    base_url = http://{hostname}:8080
    

    Best of luck!

提交回复
热议问题