FTR: this has now been implemented
On 15 May 2017 at 23:37, sebb <seb...@gmail.com> wrote: > All the cronjobs apart from site-scan redirect stdout/stderr to a log file. > > This makes it tricky to log anything from the job. > > I'd like to change it to behave more like the other jobs, i.e. the > first parameter is the output file name. > > I think this can be done without breaking the existing parameter handling: > > If the first parameter contains a '/' or a '.' then assume it is a > file name (it cannot be a committee name) > > I will try that out and once it has deployed the cronjob can be > changed accordingly.