nextflow icon indicating copy to clipboard operation
nextflow copied to clipboard

AWS Batch: use custom log group name when requesting task logs, if it is defined

Open nathanthorpe opened this issue 1 month ago • 1 comments

Nextflow allows the aws.batch.logsGroup parameter to be defined to override the log group name. The getTaskLogStream method is only able to use the default log group /aws/batch/job.

Update this method to allow support for retrieving logs when the custom log group name is defined.

Also update the value of the default log group name.

nathanthorpe avatar May 26 '24 18:05 nathanthorpe