Add debug logger line

This commit is contained in:
Jake Spain 2023-04-17 10:12:19 -04:00
parent 06d940a964
commit 355d3a60ce
No known key found for this signature in database
GPG key ID: BC1C4DA0A085E113

View file

@ -461,6 +461,7 @@ module Vmpooler
end
def vm_ready?(pool_name, vm_name)
debug_logger('vm_ready?')
begin
# TODO: we could use a healthcheck resource attached to instance
domain = domain(pool_name)