exporter_exporter icon indicating copy to clipboard operation
exporter_exporter copied to clipboard

github.com/prometheus/common/log is deprecated

Open datamuc opened this issue 2 years ago • 0 comments

https://github.com/QubitProducts/exporter_exporter/blob/f1fb610e35e2ce467b76afbbc0a8138a3abb051b/service_windows.go#L10

All the other files use "github.com/sirupsen/logrus" and it looks it could be used as a dropin replacement, replacing the import line with

log "github.com/sirupsen/logrus"

seems to do the trick.

datamuc avatar Apr 07 '22 06:04 datamuc