diff --git a/core/state/pool.go b/core/state/pool.go index 9f9ebc0..8fc54e0 100644 --- a/core/state/pool.go +++ b/core/state/pool.go @@ -492,6 +492,8 @@ func (a *AgentPool) startAgentWithConfig(name string, config *AgentConfig) error } }() + xlog.Info("Agent started", "name", name) + return nil }