mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-24 18:21:38 +00:00
change logger to log15
This commit is contained in:
@ -1,11 +1,7 @@
|
||||
package state
|
||||
|
||||
import (
|
||||
"github.com/op/go-logging"
|
||||
"gopkg.in/inconshreveable/log15.v2"
|
||||
)
|
||||
|
||||
var log = logging.MustGetLogger("state")
|
||||
|
||||
func SetStateLogger(l *logging.Logger) {
|
||||
log = l
|
||||
}
|
||||
var log = log15.New("module", "state")
|
Reference in New Issue
Block a user