riverqueue / river

Fast and reliable background jobs in Go
https://riverqueue.com
Mozilla Public License 2.0
3.34k stars 89 forks source link

Report CLI failures to stderr, not stdout #547

Closed brandur closed 3 weeks ago

brandur commented 3 weeks ago

This corrects a problem from #537, wherein I was doing a lot of refactoring for testing purposes, and accidentally changed a place where failures were reported from stderr to stdout.

brandur commented 3 weeks ago

ty.