mirror of https://github.com/status-im/consul.git
lower log to trace (#12708)
This commit is contained in:
parent
9e986c62e4
commit
7ed356b338
|
@ -54,7 +54,7 @@ func (r *RequestRecorder) Record(requestName string, rpcType string, start time.
|
||||||
|
|
||||||
// math.MaxInt64 < math.MaxFloat32 is true so we should be good!
|
// math.MaxInt64 < math.MaxFloat32 is true so we should be good!
|
||||||
r.recorderFunc(metricRPCRequest, float32(elapsed), labels)
|
r.recorderFunc(metricRPCRequest, float32(elapsed), labels)
|
||||||
r.Logger.Debug(requestLogName,
|
r.Logger.Trace(requestLogName,
|
||||||
"method", requestName,
|
"method", requestName,
|
||||||
"errored", respErrored,
|
"errored", respErrored,
|
||||||
"request_type", reqType,
|
"request_type", reqType,
|
||||||
|
|
Loading…
Reference in New Issue