Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
Csongor Barabasi committed Jun 22, 2020
1 parent 4464127 commit fe959f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/cleanup/pods.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,5 @@ func deletePod(podInterface v1.PodInterface, pod v12.Pod) {
log.Printf("[paddle] error deleting pod %s", pod.Name)
}
}
log.Printf("[paddle] deleted pod with name: %s, status: %s", pod.Name, string(pod.Status.Phase))
}

0 comments on commit fe959f1

Please sign in to comment.