From 032d2e4fef2328c8b59d10974f8a417a7a09328a Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Mon, 4 May 2015 10:26:37 -0700 Subject: [PATCH] debugging --- config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.go b/config/config.go index 89c64d31c..f11bf30dc 100644 --- a/config/config.go +++ b/config/config.go @@ -51,7 +51,7 @@ Backend = "leveldb" # Dir = "~/.tendermint/data" [Log.Stdout] -Level = "info" +Level = "debug" [RPC.HTTP] # For the RPC API HTTP server. Port required.