some public convenience functions, extra debug errors on ExecTx

This commit is contained in:
Ethan Buchman
2015-03-19 02:08:07 -07:00
parent 55d8e29e32
commit deff645dba
5 changed files with 51 additions and 17 deletions

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.