Skip to content

0.1.3

Choose a tag to compare

@github-actions github-actions released this 05 Jun 17:20

Changelog

0.1.3

Logging

  • Standardised all runtime log prefixes to nf-nomad-s5cmd: (was a mix of
    nf-s5cmd: / nf-nomad-s5cmd:). The on-disk nf-s5cmd-task dir name is
    unchanged.
  • Quieter by default so plugin logs don't overshadow Nextflow's own stdout on
    the head job or the task's stdout on compute jobs:
    • Demoted lifecycle messages (plugin started, Found <s5cmd>, session complete, swept staged inputs, bin-dir upload, external-S3 staging) from
      info to debug. The one-time active; endpoint=… banner stays at info;
      warnings/errors are unchanged.
    • Changed the default cp.logLevel for s5cmd staging commands from info to
      error, so s5cmd no longer prints a line per transferred file into task
      output. Raise to info/debug via nomad.s5cmd.cp.logLevel when debugging.