From 591d5fff401202305b37e881c461f85e33a24a57 Mon Sep 17 00:00:00 2001 From: Gordon Hall Date: Fri, 4 Apr 2014 11:53:05 -0400 Subject: [PATCH] set logger back to normal --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 58335365c..aea295c72 100644 --- a/config.js +++ b/config.js @@ -1,4 +1,4 @@ module.exports = { network: 'livenet', - logger: 'debug' // none, normal, debug + logger: 'normal' // none, normal, debug };