remove unexpected logging from peer calls (#17888)

also make sure RequestID is set for system logs
This commit is contained in:
Harshavardhana
2023-08-21 14:25:24 -07:00
committed by GitHub
parent 328cb0a076
commit 3a0125fa1f
3 changed files with 4 additions and 10 deletions

View File

@@ -550,7 +550,6 @@ func (f *folderScanner) scanFolder(ctx context.Context, folder cachedFolder, int
dst = &dataUsageEntry{Compacted: false}
}
if err := f.scanFolder(ctx, folder, dst); err != nil {
logger.LogIf(ctx, err)
return
}
if !into.Compacted {