mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 21:31:23 +00:00
state save/load test.
This commit is contained in:
4
log.go
4
log.go
@ -8,6 +8,7 @@ import (
|
||||
"github.com/tendermint/tendermint/consensus"
|
||||
"github.com/tendermint/tendermint/mempool"
|
||||
"github.com/tendermint/tendermint/p2p"
|
||||
"github.com/tendermint/tendermint/state"
|
||||
)
|
||||
|
||||
var log = logging.MustGetLogger("main")
|
||||
@ -31,6 +32,7 @@ func init() {
|
||||
|
||||
blocks.SetBlocksLogger(log)
|
||||
consensus.SetConsensusLogger(log)
|
||||
p2p.SetP2PLogger(log)
|
||||
mempool.SetMempoolLogger(log)
|
||||
p2p.SetP2PLogger(log)
|
||||
state.SetStateLogger(log)
|
||||
}
|
||||
|
Reference in New Issue
Block a user