Skip to content

Commit 2d80207

Browse files
committed
change log to debug
1 parent 77a70ba commit 2d80207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ func (cs *CacheService) GetContentStream(req *proto.GetContentRequest, stream pr
241241
break
242242
}
243243

244-
Logger.Infof("GetContentStream[TX] - [%s] - %d bytes", req.Hash, n)
244+
Logger.Debugf("GetContentStream[TX] - [%s] - %d bytes", req.Hash, n)
245245
if err := stream.Send(&proto.GetContentResponse{
246246
Ok: true,
247247
Content: dst[:n],

0 commit comments

Comments
 (0)