mirror of
https://github.com/coreos/prometheus-operator.git
synced 2026-02-05 06:45:27 +01:00
Using github.com/go-kit/log instead of github.com/go-kit/kit reduces the list of things this project depends on. This commit also removes the wrapper for k8s.io/klog because none of the k8s libraries depend on it anymore. Signed-off-by: Simon Pasquier <spasquie@redhat.com>
6 lines
165 B
Plaintext
6 lines
165 B
Plaintext
// Any error in HTTP handlers is handled by the server itself.
|
|
(net/http.ResponseWriter).Write
|
|
|
|
// Never check for logger errors.
|
|
(github.com/go-kit/log.Logger).Log
|