From 3cae036c3c6b515b667cbbee7ee8bd0c760b74ce Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Wed, 1 Jun 2016 14:21:49 +0100 Subject: [PATCH] improve logging --- services/notifications/app/coffee/HealthCheckController.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)->