diff --git a/pkg/upstream/stack/stack.go b/pkg/upstream/stack/stack.go index 5091e93a..e28c90de 100644 --- a/pkg/upstream/stack/stack.go +++ b/pkg/upstream/stack/stack.go @@ -433,7 +433,7 @@ func deployServices( logrus.Debugf("assuming %s converged successfully", serviceID) } - logrus.Info("services converged 👌") + logrus.Infof("Successfully deployed %s to %s 👌", appName, namespace.Name()) return nil }