mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-20 06:54:41 +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