Use debug instead of info for overdue refresh logs

This commit is contained in:
Eric Lippmann 2021-10-26 14:52:55 +02:00
parent 12525c7872
commit 4b239d69bb

View file

@ -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),
)