"beginning wait" is dedicated to be display as debug log

Signed-off-by: Benoit Tigeot <benoit.tigeot@lifen.fr>
pull/30696/head
Benoit Tigeot 6 months ago
parent 0e4d185370
commit e3e84b6dfe
No known key found for this signature in database
GPG Key ID: 8E6D4FC8AEBDA62C

@ -102,7 +102,7 @@ func (w *waiter) isRetryableHTTPStatusCode(httpStatusCode int32) bool {
// waitForDeletedResources polls to check if all the resources are deleted or a timeout is reached
func (w *waiter) waitForDeletedResources(deleted ResourceList) error {
slog.Info("beginning wait for resources to be deleted", "count", len(deleted), "timeout", w.timeout)
slog.Debug("beginning wait for resources to be deleted", "count", len(deleted), "timeout", w.timeout)
startTime := time.Now()
ctx, cancel := context.WithTimeout(context.Background(), w.timeout)

Loading…
Cancel
Save