diff --git a/command/agent/agent.go b/command/agent/agent.go index cbf3d78583..ef65a025e7 100644 --- a/command/agent/agent.go +++ b/command/agent/agent.go @@ -270,7 +270,7 @@ func (c *cmd) run(args []string) int { // Let the agent know we've finished registration agent.StartSync() - cli.output("Consul agent running!") + c.logger.Info("Consul agent running!") // wait for signal signalCh = make(chan os.Signal, 10)