Browse Source

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

Bug/debug level
activeAddress
Matias Alejo Garcia 9 years ago
parent
commit
0aca76d695
  1. 2
      config.js
  2. 1
      lib/pushnotificationsservice.js

2
config.js

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

1
lib/pushnotificationsservice.js

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

Loading…
Cancel
Save