mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-23 09:41:38 +00:00
fix test cases
This commit is contained in:
@ -8,6 +8,7 @@ var log = logging.MustGetLogger("p2p")
|
||||
|
||||
func init() {
|
||||
logging.SetFormatter(logging.MustStringFormatter("[%{level:.1s}] %{message}"))
|
||||
logging.SetLevel(logging.WARNING, "p2p")
|
||||
}
|
||||
|
||||
func SetP2PLogger(l *logging.Logger) {
|
||||
|
Reference in New Issue
Block a user