logging
Some checks are pending
CI / Lint (push) Waiting to run
CI / Test (push) Waiting to run
CI / End-to-End (push) Waiting to run
CI / Publish Docker (push) Blocked by required conditions
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-09-30 11:01:37 +10:00
parent 5afbe9bb30
commit 3d86092816

View File

@@ -60,10 +60,12 @@ func (c *CronTask) RunVcenterPoll(ctx context.Context, logger *slog.Logger) erro
c.AddVmToInventory(vmObj, vc, ctx)
}
}
c.Logger.Debug("Finished checking vcenter", "url", url)
vc.Logout()
}
c.Logger.Debug("Finished polling vcenters")
return nil
}