set logger back to normal

This commit is contained in:
Gordon Hall 2014-04-04 11:53:05 -04:00
parent 27191fc0ec
commit 591d5fff40
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
module.exports = {
network: 'livenet',
logger: 'debug' // none, normal, debug
logger: 'normal' // none, normal, debug
};