mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-23 07:25:01 +08:00
adjust log level
This commit is contained in:
@@ -193,11 +193,11 @@ func (c *ChunkReadAt) readOneWholeChunk(chunkView *ChunkView) (interface{}, erro
|
||||
|
||||
func (c *ChunkReadAt) doFetchFullChunkData(chunkView *ChunkView) ([]byte, error) {
|
||||
|
||||
glog.V(2).Infof("+ doFetchFullChunkData %s", chunkView.FileId)
|
||||
glog.V(4).Infof("+ doFetchFullChunkData %s", chunkView.FileId)
|
||||
|
||||
data, err := fetchChunk(c.lookupFileId, chunkView.FileId, chunkView.CipherKey, chunkView.IsGzipped)
|
||||
|
||||
glog.V(2).Infof("- doFetchFullChunkData %s", chunkView.FileId)
|
||||
glog.V(4).Infof("- doFetchFullChunkData %s", chunkView.FileId)
|
||||
|
||||
return data, err
|
||||
|
||||
|
Reference in New Issue
Block a user