Skip to content

Commit

Permalink
fix logger variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
matiu committed Jan 14, 2014
1 parent a2bd73f commit 8d79a6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
network: 'livenet',
logging: 'normal' // none, normal, debug
logger: 'normal' // none, normal, debug
};

0 comments on commit 8d79a6f

Please sign in to comment.