improve logging
This commit is contained in:
@@ -16,7 +16,7 @@ const notifier = {
|
||||
|
||||
sendNotification (notification, event) {
|
||||
const promises = []
|
||||
log.debug(`Send ${notification.type} notification ${notification.action}`)
|
||||
log.info(`Send ${notification.type} notification ${notification.action}`)
|
||||
let p
|
||||
switch (notification.type) {
|
||||
// case 'mail': TODO: locale?
|
||||
|
||||
Reference in New Issue
Block a user