vault-high-availability
Advanced tools
Comparing version 1.0.37 to 1.0.38
{ | ||
"name": "vault-high-availability", | ||
"version": "1.0.37", | ||
"version": "1.0.38", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -87,4 +87,3 @@ 'use strict'; | ||
Promise.all(addresses).then(function (responses) { | ||
log.debug(responses); | ||
log.debug("Succeed to call all vault nodes"); | ||
log.debug("succeed to get the responses:" + JSON.stringify(responses)); | ||
log.debug("NEW IP:" + newIp); | ||
@@ -106,3 +105,3 @@ var isLeaderFound = false; | ||
} | ||
}).catch(function () { | ||
}).catch(function (err) { | ||
log.error("An error happened while trying to get vault leader", err); | ||
@@ -109,0 +108,0 @@ process.exit(0); |
35981
678