mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -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
|
||||
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)->
|
||||
|
|
Loading…
Reference in a new issue