aboutsummaryrefslogtreecommitdiff
path: root/weed/storage/volume.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-09-04 22:21:24 -0700
committerchrislu <chris.lu@gmail.com>2022-09-04 22:21:24 -0700
commit7c6324b114a3cfb26cf0130431376d3830ffcef1 (patch)
treeb934289906580aa193adb08fb677bc62f9fc333c /weed/storage/volume.go
parent8c5759a06dbe30faa97ede493680e3e38969064f (diff)
downloadseaweedfs-7c6324b114a3cfb26cf0130431376d3830ffcef1.tar.xz
seaweedfs-7c6324b114a3cfb26cf0130431376d3830ffcef1.zip
adjust log level
Diffstat (limited to 'weed/storage/volume.go')
-rw-r--r--weed/storage/volume.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/storage/volume.go b/weed/storage/volume.go
index e48a2f49a..1a9c8bd24 100644
--- a/weed/storage/volume.go
+++ b/weed/storage/volume.go
@@ -284,7 +284,7 @@ func (v *Volume) expiredLongEnough(maxDelayMinutes uint32) bool {
func (v *Volume) collectStatus() (maxFileKey types.NeedleId, datFileSize int64, modTime time.Time, fileCount, deletedCount, deletedSize uint64, ok bool) {
v.dataFileAccessLock.RLock()
defer v.dataFileAccessLock.RUnlock()
- glog.V(3).Infof("collectStatus volume %d", v.Id)
+ glog.V(4).Infof("collectStatus volume %d", v.Id)
if v.nm == nil || v.DataBackend == nil {
return