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.
PR #770
Metadata Update from @tkopecek: - Issue set to the milestone: 1.16
Commit ec791b12 fixes this issue
Commit 1b07d95c fixes this issue
This issue has been migrated to Fedora Forge: https://forge.fedoraproject.org/koji/koji/issues/671
Please continue any further discussion there.