willywu commented on issue #10041:
URL: https://github.com/apache/airflow/issues/10041#issuecomment-722566648


   For me, the issue was that Airflow seems to put the logs in a path of:
   ```
   {base_log_folder}/{dag_id}/{task_id}/{timestamp}/{attempt}.log
   ```
   
   But I had to first manually create the directory for 
{base_log_folder}/{dag_id} during my environment setup, i.e.
   ```
   mkdir -p /root/airflow/logs/my_dag_id
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to