Take over prometheus/common/log into local log package

Signed-off-by: Calle Pettersson <carlpett@users.noreply.github.com>
This commit is contained in:
Calle Pettersson
2021-01-30 11:16:53 +01:00
parent 054cf5c5f5
commit c5a545540d
41 changed files with 41 additions and 40 deletions

View File

@@ -9,8 +9,8 @@ import (
"strings"
"github.com/StackExchange/wmi"
"github.com/prometheus-community/windows_exporter/log"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/log"
"gopkg.in/alecthomas/kingpin.v2"
)