batchtools
batchtools copied to clipboard
custom log.file name?
hi there
I see in the templates that there is a log.file parameter, and I would like to specify that (so I can control where the log file exists on the file system, rather than letting batchtools assign a random name). is that possible? I didn't see that in the documentation.
I see in the templates that there is a log.file parameter, and I would like to specify that (so I can control where the log file exists on the file system, rather than letting batchtools assign a random name). is that possible? I didn't see that in the documentation.
This is not possible at the moment. Logs are always stored in [reg$file.dir]/logs/
. Can you explain why you need this?
well for a job that produces the out file foo.out I like to have a matching foo.sh that launches the job and a matching foo.log
It would be possible to use the job.name for the log file name (?setJobName). Would that suffice?
That's not exactly what I was thinking of, but It would be preferable.