weaveworks / common

Libraries used in multiple Weave projects
Other
129 stars 92 forks source link

Make gRPC logging optional via a custom interface #299

Closed bboreham closed 1 year ago

bboreham commented 1 year ago

If an error returned to gRPC implements Observe, then that will get called and GRPCServerLog will do nothing.

This would replace #293.