From 2077658f6ab2874c041e9e0f5501aa020f85fd4f Mon Sep 17 00:00:00 2001 From: Richard M Date: Tue, 1 Aug 2023 12:50:15 +0100 Subject: [PATCH] Attempt to replace the deploy completed message. --- pkg/upstream/stack/stack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }