From e867822c0cd622148affa40fa9b1be10326d2659 Mon Sep 17 00:00:00 2001 From: Paul Date: Thu, 10 Oct 2024 11:58:14 +0200 Subject: [PATCH] Update repository.go --- pkg/remoteconfig/state/repository.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/remoteconfig/state/repository.go b/pkg/remoteconfig/state/repository.go index 6c37a5080150d..43e9cbb8de9a4 100644 --- a/pkg/remoteconfig/state/repository.go +++ b/pkg/remoteconfig/state/repository.go @@ -342,7 +342,7 @@ func (r *Repository) CurrentState() (RepositoryState, error) { cached = append(cached, cachedFileFromMetadata(path.(string), metadata)) } else { // Log the error but continue processing the rest of the configs - log.Printf("Failed to convert metadata for %s", path) + log.Warnf("Failed to convert metadata for %s", path) } return true })