mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-13 13:21:20 +00:00
some public convenience functions, extra debug errors on ExecTx
This commit is contained in:
@ -20,6 +20,10 @@ func getLevel(lvlString string) log15.Lvl {
|
||||
}
|
||||
|
||||
func init() {
|
||||
InitLog()
|
||||
}
|
||||
|
||||
func InitLog() {
|
||||
handlers := []log15.Handler{}
|
||||
|
||||
// By default, there's a stdout terminal format handler.
|
||||
|
Reference in New Issue
Block a user