From c941a39b756783d95526a74374dd2aa4283474fa Mon Sep 17 00:00:00 2001 From: Taylor Gerring Date: Thu, 11 Jun 2015 13:06:56 -0400 Subject: Cleanup logging --- cmd/ethtest/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd/ethtest') diff --git a/cmd/ethtest/main.go b/cmd/ethtest/main.go index d89271a0c..07554c89f 100644 --- a/cmd/ethtest/main.go +++ b/cmd/ethtest/main.go @@ -29,7 +29,8 @@ import ( ) func main() { - // helper.Logger.SetLogLevel(5) + glog.SetToStderr(true) + // vm.Debug = true if len(os.Args) < 2 { -- cgit v1.2.3