fix logger variable name

This commit is contained in:
Matias Alejo Garcia 2014-01-14 15:59:38 -03:00
parent a2bd73f568
commit 8d79a6f38b
1 changed files with 1 additions and 1 deletions

View File

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