adjust log level (#3589)

This commit is contained in:
famosss
2022-09-04 22:37:32 -07:00
committed by GitHub
parent f4abefc109
commit 131d389fc4
+1 -1
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(1).Infof("deleting fileIds len=%d", deletionCount)
glog.V(2).Infof("deleting fileIds len=%d", deletionCount)
}
}
})