Skip to content

Commit

Permalink
Improve logger for deployment logger service
Browse files Browse the repository at this point in the history
  • Loading branch information
saffronjam committed Jun 3, 2024
1 parent 7531b9f commit ad8a091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/services/logger/pod_event_listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ func PodEventListener(ctx context.Context) error {

if !exists {
// Clean up the keys
log.Printf("Pod %s not longer exists. Cleaning up keys", podName)
log.Printf("Pod %s no longer exists in zone %s. Cleaning up keys", podName, z.Name)
_ = kvc.Del(LogKey(podName))
_ = kvc.Del(LastLogKey(podName))
_ = kvc.Del(OwnerLogKey(podName))
Expand Down

0 comments on commit ad8a091

Please sign in to comment.