mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-05 23:29:00 +02:00
improve logging
This commit is contained in:
@@ -34,7 +34,7 @@ module.exports =
|
||||
if hasNotification
|
||||
cb(null, body)
|
||||
else
|
||||
logger.log body:body, "Health Check: got notifications response for health check"
|
||||
logger.err body:body, notification_key:notification_key, "Health Check: notification not in response"
|
||||
return cb("notification not found in response")
|
||||
]
|
||||
async.series jobs, (err, body)->
|
||||
|
||||
Reference in New Issue
Block a user