Browse Source

set logger back to normal

patch-2
Gordon Hall 11 years ago
parent
commit
591d5fff40
  1. 2
      config.js

2
config.js

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

Loading…
Cancel
Save