lilydjwg / pssh

Parallel SSH Tools
Other
282 stars 64 forks source link

Print error output on stderr when using print out option #130

Closed AltarBeastiful closed 2 years ago

AltarBeastiful commented 2 years ago

Allows to stream output while keeping error output shown and separated if need be.

Especially usefull when using pssh to do follow logs commands but something goes wrong.

I still wrote to stderr as it seems a good opportunity to remove error output using shell redirection. This might not be consistent with other error output.