some public convenience functions, extra debug errors on ExecTx

This commit is contained in:
Ethan Buchman
2015-03-21 00:11:01 -07:00
parent 55d8e29e32
commit deff645dba
5 changed files with 51 additions and 17 deletions
+4
View File
@@ -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.