Add a log entry that we're exiting on a supervisor update.

This commit is contained in:
Pagan Gazzard 2014-06-26 20:28:05 +01:00 committed by Pablo Carranza Vélez
parent 3e1dd1f922
commit 148d067ab9

View File

@ -74,6 +74,7 @@ exports.update = ->
)
.then ->
# We've started the new container, so we're done here! #pray
console.log('Exiting to let the new supervisor take over')
process.exit()
.catch (err) ->
utils.mixpanelTrack('Supervisor update failed', error: err)