all: blidly swap out glog to our log15, logs need rework
This commit is contained in:
@ -23,7 +23,7 @@ func init() {
|
||||
}
|
||||
|
||||
root = &logger{[]interface{}{}, new(swapHandler)}
|
||||
root.SetHandler(StdoutHandler)
|
||||
root.SetHandler(LvlFilterHandler(LvlInfo, StdoutHandler))
|
||||
}
|
||||
|
||||
// New returns a new logger with the given context.
|
||||
|
Reference in New Issue
Block a user