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) }