Add debugging to fix the healthcheck

This commit is contained in:
Kasra Bigdeli
2025-01-20 09:25:43 -08:00
parent 6cb3274195
commit 07ac95cf40
+4
View File
@@ -348,6 +348,10 @@ class CaptainManager {
}
callbackCalled = true
console.log(`--- Health Check body ---`)
console.log(body)
console.log(`--- Health Check response ---`)
console.log(response)
if (error || !body || body !== self.getHealthCheckUuid()) {
callback(false)
} else {