mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 01:03:32 +08:00
change log level 5 to 4
This commit is contained in:
@@ -94,7 +94,7 @@ func (c *TieredChunkCache) SetChunk(fileId string, data []byte) {
|
||||
c.Lock()
|
||||
defer c.Unlock()
|
||||
|
||||
glog.V(5).Infof("SetChunk %s size %d\n", fileId, len(data))
|
||||
glog.V(4).Infof("SetChunk %s size %d\n", fileId, len(data))
|
||||
|
||||
c.doSetChunk(fileId, data)
|
||||
}
|
||||
|
Reference in New Issue
Block a user