Merge pull request #461 from matiu/bug/debug-level

Bug/debug level
This commit is contained in:
Matias Alejo Garcia 2016-02-11 11:19:13 -05:00
commit 0aca76d695
2 changed files with 1 additions and 2 deletions

View File

@ -54,7 +54,7 @@ var config = {
},
fiatRateServiceOpts: {
defaultProvider: 'BitPay',
fetchInterval: 10, // in minutes
fetchInterval: 60, // in minutes
},
// To use email notifications uncomment this:
// emailOpts: {

View File

@ -12,7 +12,6 @@ var Utils = require('./common/utils');
var Model = require('./model');
var log = require('npmlog');
log.debug = log.verbose;
log.level = 'debug';
var PUSHNOTIFICATIONS_TYPES = {
'NewCopayer': {