add debug messages

This commit is contained in:
mudler
2025-03-28 15:31:26 +01:00
parent 08f5417e96
commit 2c273392cd

View File

@@ -492,6 +492,8 @@ func (a *AgentPool) startAgentWithConfig(name string, config *AgentConfig) error
}
}()
xlog.Info("Agent started", "name", name)
return nil
}