add console, file, and zulip logger on database changes

This commit is contained in:
huneau romain 2017-04-19 16:16:31 +02:00
parent 0c8cfe2e0b
commit 00a357cd70
4 changed files with 165 additions and 2 deletions

View file

@ -51,7 +51,8 @@
"object-shorthand": 2,
"prefer-const": 2,
"prefer-spread": 2,
"prefer-template": 2
"prefer-template": 2,
"no-console":"off"
},
"globals": {
"Meteor": false,
@ -122,6 +123,7 @@
"Emoji": true,
"Checklists": true,
"Settings": true,
"InvitationCodes": true
"InvitationCodes": true,
"Winston":true
}
}