From 7bdd649d946e4464a261d0a65f36fb618d1c4dae Mon Sep 17 00:00:00 2001 From: Markus Keil Date: Thu, 6 Jun 2024 10:55:32 +0200 Subject: [PATCH] add log for pool replenish --- PoolManager.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PoolManager.cs b/PoolManager.cs index 54741f5..7adfc01 100644 --- a/PoolManager.cs +++ b/PoolManager.cs @@ -163,6 +163,8 @@ private async Task StartPoolRunners(List targetConfig string arch = Program.Config.Sizes.FirstOrDefault(x => x.Name == pool.Size).Arch; + _logger.LogInformation($"Checking pool {pool.Size} [{arch}]: Existing={existCt} Requested={pool.NumRunners} Missing={missingCt}"); + for (int i = 0; i < missingCt; i++) { // Queue VM creation