weaveworks / common

Libraries used in multiple Weave projects
Other
129 stars 92 forks source link

Migrating from go-kit/kit/log to the slimmer go-kit/log #226

Closed dannykopping closed 3 years ago

dannykopping commented 3 years ago

go-kit has spun out its logger package, which is all this library uses.

dannykopping commented 3 years ago

I did this for Cortex: https://github.com/cortexproject/cortex/blob/master/pkg/util/log/log.go#L111

bboreham commented 3 years ago

Does that work? ISTM any time you have level.Debug from the two libraries one of them is not going to work.