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/10 15:48:57 UTC

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

ashb commented on a change in pull request #21495:
URL: https://github.com/apache/airflow/pull/21495#discussion_r803819020



##########
File path: airflow/config_templates/config.yml
##########
@@ -598,7 +598,9 @@
       version_added: 2.0.0
       type: string
       example: ~
-      default: "{{{{ ti.dag_id }}}}/{{{{ ti.task_id }}}}/{{{{ ts }}}}/{{{{ try_number }}}}.log"
+      default: "dag={{{{ ti.dag_id }}}}/task_id={{{{ ti.task_id }}}}/run_id={{{{ ti.run_id }}}}/\

Review comment:
       Thinking about this now we should probably change it to dag->run->task->map->try so that the order is least significant to most significant.
   
   What do people think?




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