rancher / convoy

A Docker volume plugin, managing persistent container volumes.
Apache License 2.0
1.31k stars 135 forks source link

Don't swallow errors in `init()' functions. #189

Closed jaytaylor closed 7 years ago

jaytaylor commented 7 years ago

Don't swallow errors in `init()' functions, panic instead.

Log non-fatal errors as warnings (rather than silently swallowing them).