client-go
client-go copied to clipboard
server: the logs in client-go are not fully red-acted
There are still some logs printting in the client-go code which are not red acted.
For example
[2023/10/25 23:02:59.305 +00:00] [WARN] [region_request.go:1898] ["tikv reports `DataIsNotReady` retry later"] [store-id=770512] [peer-id=6265849273] [region-id=6265849271] [safe-ts=445192389840081807] [ctx="region ID: 6265849271, meta: id:6265849271 start_key:\"t\\200\\000\\000\\000\\000\\001L\\235_r\\001PRIMARY_...
you mean we should print in hex format?
The keys are printted in raw value and not replaced with a questionmark, some of them are printted by the errors returned from tikv.