switch to github.com/prometheus/common/log for logging

This commit is contained in:
Nick Owens 2015-10-30 13:20:06 -07:00
commit eb79937340
17 changed files with 18 additions and 20 deletions

View file

@ -17,7 +17,7 @@ package collector
import (
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/log"
"github.com/prometheus/common/log"
"github.com/soundcloud/go-runit/runit"
)