mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
improve logging
This commit is contained in:
parent
9f566f7730
commit
3cae036c3c
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ module.exports =
|
||||||
if hasNotification
|
if hasNotification
|
||||||
cb(null, body)
|
cb(null, body)
|
||||||
else
|
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")
|
return cb("notification not found in response")
|
||||||
]
|
]
|
||||||
async.series jobs, (err, body)->
|
async.series jobs, (err, body)->
|
||||||
|
|
Loading…
Reference in a new issue