From d484c36c6dcb55598ae45f63381beabc459ce2ba Mon Sep 17 00:00:00 2001 From: Henry Oswald Date: Thu, 26 Jul 2018 16:04:14 +0100 Subject: [PATCH] improve clsi logging --- services/web/app/coffee/Features/Compile/ClsiManager.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/coffee/Features/Compile/ClsiManager.coffee b/services/web/app/coffee/Features/Compile/ClsiManager.coffee index c62e2d570d..9a4e61a063 100755 --- a/services/web/app/coffee/Features/Compile/ClsiManager.coffee +++ b/services/web/app/coffee/Features/Compile/ClsiManager.coffee @@ -117,7 +117,7 @@ module.exports = ClsiManager = statusCodeSame = results.newBackend?.response?.statusCode == results.currentBackend?.response?.statusCode currentCompileTime = results.currentBackend?.finishTime newBackendCompileTime = results.newBackend?.finishTime - logger.log {statusCodeSame, timeDifference, currentCompileTime, newBackendCompileTime}, "both clsi requests returned" + logger.log {statusCodeSame, timeDifference, currentCompileTime, newBackendCompileTime, project_id}, "both clsi requests returned"