mirror of
https://github.com/caprover/caprover
synced 2026-05-03 10:10:29 +00:00
Add debugging to fix the healthcheck
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user