mirror of
https://github.com/prometheus-community/windows_exporter.git
synced 2026-02-20 19:56:36 +00:00
Replace go-kit/kit with go-kit/log
External log package has been extracted to a separate external repository and module. Signed-off-by: Ben Reedy <breed808@breed808.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
package log
|
||||
|
||||
import (
|
||||
"github.com/go-kit/kit/log/level"
|
||||
"github.com/go-kit/log/level"
|
||||
)
|
||||
|
||||
// Returns an adapter implementing the go-kit/kit/log.Logger interface on our
|
||||
|
||||
Reference in New Issue
Block a user