mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust log level (#3589)
This commit is contained in:
parent
f4abefc109
commit
131d389fc4
|
@ -58,7 +58,7 @@ func (f *Filer) loopProcessingDeletion() {
|
||||||
glog.V(0).Infof("deleting fileIds len=%d error: %v", deletionCount, err)
|
glog.V(0).Infof("deleting fileIds len=%d error: %v", deletionCount, err)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
glog.V(1).Infof("deleting fileIds len=%d", deletionCount)
|
glog.V(2).Infof("deleting fileIds len=%d", deletionCount)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue