diff --git a/internal/loader/configuration_setting_loader.go b/internal/loader/configuration_setting_loader.go index 063a2bc..7146801 100644 --- a/internal/loader/configuration_setting_loader.go +++ b/internal/loader/configuration_setting_loader.go @@ -463,7 +463,7 @@ func (csl *ConfigurationSettingLoader) ExecuteFailoverPolicy(ctx context.Context successful = false updateClientBackoffStatus(clientWrapper, successful) if IsFailoverable(err) { - klog.V(3).Info("current client of '%s' failed to get settings: %s", clientWrapper.Endpoint, err.Error()) + klog.Warningf("current client of '%s' failed to get settings: %s", clientWrapper.Endpoint, err.Error()) errors = append(errors, err) continue }