From 4b239d69bb64a3acf896b60a083c208e545569c9 Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Tue, 26 Oct 2021 14:52:55 +0200 Subject: [PATCH] Use debug instead of info for overdue refresh logs --- pkg/icingadb/overdue/sync.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/icingadb/overdue/sync.go b/pkg/icingadb/overdue/sync.go index 754d1738..58cac790 100644 --- a/pkg/icingadb/overdue/sync.go +++ b/pkg/icingadb/overdue/sync.go @@ -109,7 +109,7 @@ func (s Sync) initSync(ctx context.Context, objectType string) error { }) if err == nil { - s.logger.Infof( + s.logger.Debugf( "Refreshing %d already synced %s overdue indicators took %s", len(rows), objectType, time.Since(start), )