From 2477c5c67dff7e7655a9d466450235e9c9eac193 Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Tue, 31 Dec 2019 11:19:37 -0500 Subject: switch to go-kit/log (#1575) Signed-off-by: yeya24 --- scripts/errcheck_excludes.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts') diff --git a/scripts/errcheck_excludes.txt b/scripts/errcheck_excludes.txt index 2cadaa5..ed0736f 100644 --- a/scripts/errcheck_excludes.txt +++ b/scripts/errcheck_excludes.txt @@ -1,2 +1,4 @@ // Used in HTTP handlers, any error is handled by the server itself. (net/http.ResponseWriter).Write +// Never check for logger errors. +(github.com/go-kit/kit/log.Logger).Log \ No newline at end of file -- cgit v1.2.3