Skip to content

Commit 2442dd1

Browse files
deliahuvishalbollu
authored andcommitted
Update fetching logs message
(cherry picked from commit cb95ef5)
1 parent d66609d commit 2442dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/operator/workloads/logs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ func StreamFromCloudWatch(podCheckCancel chan struct{}, appName string, podLabel
152152
}
153153

154154
currentContextID = ctx.ID
155-
writeString(socket, "retrieving logs...")
155+
writeString(socket, "fetching logs...")
156156
}
157157

158158
if lastLogStreamUpdateTime.Add(streamRefreshPeriod).Before(time.Now()) {

0 commit comments

Comments
 (0)