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

@@ -4,7 +4,7 @@ import (
"bytes"
"reflect"
"github.com/prometheus/common/log"
"github.com/prometheus-community/windows_exporter/log"
)
func className(src interface{}) string {