#1068813 parallel: no way of silencing Parallel with --halt

#1068813#5
Date:
2024-04-11 14:16:31 UTC
From:
To:
When using
 parallel --halt soon,done=43
I get two lines of output for each completed job, like this:

parallel: This job finished:
get_data_from_csv arg1 arg2 arg3

and I find no way to silence them, as my job does its logging by itself.  No problem if --halt is not used.