quorum-key-manager icon indicating copy to clipboard operation
quorum-key-manager copied to clipboard

add Runnable type in logging when the service fails loading.

Open dolanor opened this issue 3 years ago • 0 comments

errMessage := "registered service is not a runnable"
app.logger.With("service", srv).Error(errMessage)
return errors.ConfigError(errMessage)

Originally posted by @darioAnongba in https://github.com/ConsenSys/quorum-key-manager/pull/214#r679015962

dolanor avatar Jul 29 '21 12:07 dolanor