diff --git a/services/filestore/app/coffee/HealthCheckController.coffee b/services/filestore/app/coffee/HealthCheckController.coffee index db3f111c5e..7b7a80bfc8 100644 --- a/services/filestore/app/coffee/HealthCheckController.coffee +++ b/services/filestore/app/coffee/HealthCheckController.coffee @@ -15,6 +15,7 @@ checkCanStoreFiles = (callback)-> req = {params:{}, query:{}, headers:{}} req.params.project_id = settings.health_check.project_id req.params.file_id = settings.health_check.file_id + console.log settings myWritableStreamBuffer = new streamBuffers.WritableStreamBuffer(initialSize: 100) res = { send: (code) ->