mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-21 07:24:36 +00:00
testing tx transmission
This commit is contained in:
+2
-2
@@ -11,8 +11,8 @@ var log = log15.New("module", "binary")
|
||||
func init() {
|
||||
log.SetHandler(
|
||||
log15.LvlFilterHandler(
|
||||
log15.LvlWarn,
|
||||
//log15.LvlDebug,
|
||||
//log15.LvlWarn,
|
||||
log15.LvlDebug,
|
||||
log15.StreamHandler(os.Stderr, log15.LogfmtFormat()),
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user