mrc-ide / rrq

:runner::runner::runner: Lightweight Redis queues
https://mrc-ide.github.io/rrq/
Other
24 stars 4 forks source link

stderr logging fix #123

Closed M-Kusumgar closed 1 month ago

M-Kusumgar commented 1 month ago

it is suggested by processx documentation that we use 2>&1 to redirect stderr to the same file as stdout. https://processx.r-lib.org/reference/process.html#method-process-new so just made this change in the relevant places