mirror of https://github.com/tikv/client-go.git
resource_contrl: change the log level (#700)
Signed-off-by: nolouch <nolouch@gmail.com>
This commit is contained in:
parent
bdcfab8928
commit
b9d788cc4a
|
|
@ -109,7 +109,7 @@ func MakeResponseInfo(resp *tikvrpc.Response) *ResponseInfo {
|
|||
// TODO: using a more accurate size rather than using the whole response size as the read bytes.
|
||||
readBytes = uint64(r.Size())
|
||||
default:
|
||||
log.Warn("[kv resource] unknown response type to collect the info", zap.Any("type", reflect.TypeOf(r)))
|
||||
log.Debug("[kv resource] unknown response type to collect the info", zap.Any("type", reflect.TypeOf(r)))
|
||||
return &ResponseInfo{}
|
||||
}
|
||||
// Try to get read bytes from the `detailsV2`.
|
||||
|
|
|
|||
Loading…
Reference in New Issue