diff --git a/server/api/server.go b/server/api/server.go index 31b05417820a..16fe40a1ca2c 100644 --- a/server/api/server.go +++ b/server/api/server.go @@ -159,7 +159,7 @@ func (s *Server) Start(ctx context.Context, cfg config.Config) error { // an error upon failure, which we'll send on the error channel that will be // consumed by the for block below. go func(enableUnsafeCORS bool) { - s.logger.Info("starting API server...", "address", cfg.API.Address) + s.logger.Info("starting ironbird API server...", "address", cfg.API.Address) if enableUnsafeCORS { allowAllCORS := handlers.CORS(handlers.AllowedHeaders([]string{"Content-Type"}))