resource_contrl: change the log level (#700)

Signed-off-by: nolouch <nolouch@gmail.com>
This commit is contained in:
ShuNing 2023-02-09 11:42:15 +08:00 committed by GitHub
parent bdcfab8928
commit b9d788cc4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`.