diff --git a/services/notifications/app/coffee/HealthCheckController.coffee b/services/notifications/app/coffee/HealthCheckController.coffee index 2fc36be935..69a3a5fc62 100644 --- a/services/notifications/app/coffee/HealthCheckController.coffee +++ b/services/notifications/app/coffee/HealthCheckController.coffee @@ -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)->