mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-29 20:51:45 +00:00
introduce testing logger
This commit is contained in:
@ -18,7 +18,7 @@ func main() {
|
||||
persistencePtr := flag.String("persist", "", "directory to use for a database")
|
||||
flag.Parse()
|
||||
|
||||
logger := log.NewTmLogger(os.Stdout)
|
||||
logger := log.NewTMLogger(os.Stdout)
|
||||
|
||||
// Create the application - in memory or persisted to disk
|
||||
var app types.Application
|
||||
|
Reference in New Issue
Block a user