stephen-bracken commented on issue #68075:
URL: https://github.com/apache/airflow/issues/68075#issuecomment-4717696780

   for reference, working template:
   ```
   log_filename_template = shared/{{ ti.dag_id }}/{{ 
ti.dag_run.start_date.strftime("%%Y%%m%%dT%%H%%M%%S") }}/{{ ti.task_id }}/{%% 
if ti.map_index >= 0 %%}index_{{ ti.map_index }}/{%% endif %%}attempt_{{ 
try_number | default(ti.try_number) }}.log
   ```


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

Reply via email to