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