You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "mailto" option is very usefull to know the cron status, but there is also the "redirect command output to file" method.
I firstly thought this could be achieved using the cron command config, for example this way :
Suggestion : new optional "log_file" or "log_path" (for example) config entry, global and cron level, and it could be used in the template.twig after --env={{ env }}
Hello,
The "mailto" option is very usefull to know the cron status, but there is also the "redirect command output to file" method.
I firstly thought this could be achieved using the cron command config, for example this way :
but it currently generates this crontab :
where the
--env=staging
at the end seems wrong.Suggestion : new optional "log_file" or "log_path" (for example) config entry, global and cron level, and it could be used in the template.twig after
--env={{ env }}
for example:
The text was updated successfully, but these errors were encountered: