You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/11 17:30:42 UTC

[GitHub] [airflow] ashb commented on pull request #21495: 🚧 Change default log filename template to include map_index

ashb commented on pull request #21495:
URL: https://github.com/apache/airflow/pull/21495#issuecomment-1036445348


   Example of current layout:
   
   ```
   $ tree ~/airflow/logs
   /home/ash/airflow/logs
   ├── dag_id=maptest
   │   ├── run_id=backfill__2022-02-10T00:00:00+00:00
   │   │   ├── task_id=consumer
   │   │   │   ├── map_index=0
   │   │   │   │   └── attempt=1.log
   │   │   │   ├── map_index=1
   │   │   │   │   └── attempt=1.log
   │   │   │   └── map_index=2
   │   │   │       └── attempt=1.log
   │   │   └── task_id=make_list
   │   │       └── attempt=1.log
   └── scheduler
       ├── 2022-02-10
       └── latest -> /home/ash/airflow/logs/scheduler/2022-02-10
   ```


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org