Merge pull request #6417 from ajp8164/feat/improved-log

Enhance logging with timestamps and filtering.
This commit is contained in:
Javier Donadío 2017-07-20 12:11:45 -03:00 committed by GitHub
commit e2cd5650ed
14 changed files with 356 additions and 47 deletions

View file

@ -87,6 +87,10 @@ angular.module('copayApp.services').factory('configService', function(storageSer
emailNotifications: {
enabled: false,
},
log: {
filter: 'debug',
},
};
var configCache = null;