swapped default log library
This commit is contained in:
parent
a1f5551d76
commit
248d0aa45e
|
@ -23,5 +23,5 @@ type Logger interface {
|
||||||
}
|
}
|
||||||
|
|
||||||
func New(out io.Writer) Logger {
|
func New(out io.Writer) Logger {
|
||||||
return NewLogrusLogger(out)
|
return NewGoKitIOLogger(out)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue