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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]