From 336bdf9f4bed6d9e5bd8522a297099cab7fef521 Mon Sep 17 00:00:00 2001 From: Pavel Sviderski Date: Fri, 4 Oct 2024 18:46:52 +1000 Subject: [PATCH] add minor log --- internal/machine/network.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/machine/network.go b/internal/machine/network.go index d4034a1c..8078fd81 100644 --- a/internal/machine/network.go +++ b/internal/machine/network.go @@ -172,6 +172,7 @@ func (nc *networkController) handleMachineChanges(ctx context.Context) error { } slog.Info("Subscribed to machine changes in the cluster to reconfigure network peers.") + slog.Info("Reconfiguring network peers with the current machines.", "machines", len(machines)) if err = nc.configurePeers(machines); err != nil { slog.Error("Failed to configure peers.", "err", err) }