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 =
I ran into this as well, and had to unpause the tasks.
dags_are_paused_at_creation = False
I also set new dags to default to unpaused in my airflow.cfg