Description
It is worth to forward all logging information into the standard-error stream rather than into standard-output.
That allows to use bash's pipe feature after output's "2>/dev/null" sequence.
Attachments
Issue Links
- links to
It is worth to forward all logging information into the standard-error stream rather than into standard-output.
That allows to use bash's pipe feature after output's "2>/dev/null" sequence.