optiopay / klar

Integration of Clair and Docker Registry
MIT License
506 stars 138 forks source link

Print errors to stderr only #29

Closed caruccio closed 7 years ago

caruccio commented 7 years ago

It's a good practice to send errors to stderr only. That way, json output won't be messed up when something goes wrong, like a layer that failed to be push()ed. Also, merged and extended #31

supereagle commented 7 years ago

@caruccio Please squash into one commit. Thanks.