You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make gRPC logging optional via a custom interface (weaveworks#299)
* middleware: add OptionalLogging interface with method ShouldLog
E.g. if the error is caused by overload, then we don't want to log it
because that uses more resource.
* Add test for gRPC logging, patterned after the one for http logging.
Signed-off-by: Bryan Boreham <[email protected]>
0 commit comments