#671 rfe: print error and warning messages to stderr in cli
Closed: Fixed 5 years ago Opened 6 years ago by mikem.

Originally filed as rhbz#760924

Description of problem:
koji client currently prints error and warning messages to stdout rather than stderr. This makes them hard to spot if its output is redirected (e.g. for further processing in a script).

$ koji list-tagged nosuchtag
GenericError: No such entry in table tag: nosuchtag

$ koji list-tagged nosuchtag > /dev/null
$

Please consider making errors and warnings go to stderr.


Metadata Update from @tkopecek:
- Issue set to the milestone: 1.16

6 years ago

Login to comment on this ticket.

Metadata