mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
add console, file, and zulip logger on database changes
This commit is contained in:
parent
0c8cfe2e0b
commit
00a357cd70
4 changed files with 165 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue