more log detail for upload err and deleting (#3577)

This commit is contained in:
Konstantin Lebedev
2022-09-06 20:19:13 +05:00
committed by GitHub
parent 01a25755c5
commit 3c3682fcce
2 changed files with 4 additions and 5 deletions

View File

@@ -58,7 +58,7 @@ func (f *Filer) loopProcessingDeletion() {
glog.V(0).Infof("deleting fileIds len=%d error: %v", deletionCount, err)
}
} else {
glog.V(2).Infof("deleting fileIds len=%d", deletionCount)
glog.V(2).Infof("deleting fileIds %+v", toDeleteFileIds)
}
}
})