mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 15:04:22 +00:00
Remove mempool log bypass
This commit is contained in:
@@ -5,3 +5,14 @@ import (
|
||||
)
|
||||
|
||||
var log = logger.New("module", "mempool")
|
||||
|
||||
/*
|
||||
func init() {
|
||||
log.SetHandler(
|
||||
logger.LvlFilterHandler(
|
||||
logger.LvlDebug,
|
||||
logger.BypassHandler(),
|
||||
),
|
||||
)
|
||||
}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user