mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-06 16:17:11 +00:00
introduce testing logger
This commit is contained in:
@@ -38,7 +38,7 @@ func startClient(abciType string) abcicli.Client {
|
||||
if err != nil {
|
||||
panic("connecting to abci_app: " + err.Error())
|
||||
}
|
||||
logger := log.NewTmLogger(os.Stdout)
|
||||
logger := log.NewTMLogger(os.Stdout)
|
||||
client.SetLogger(log.With(logger, "module", "abcicli"))
|
||||
return client
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user