Log HTTP Version (#5475)
This commit is contained in:
@@ -336,10 +336,11 @@ impl ModelClient {
|
|||||||
.get("cf-ray")
|
.get("cf-ray")
|
||||||
.map(|v| v.to_str().unwrap_or_default().to_string());
|
.map(|v| v.to_str().unwrap_or_default().to_string());
|
||||||
|
|
||||||
trace!(
|
debug!(
|
||||||
"Response status: {}, cf-ray: {:?}",
|
"Response status: {}, cf-ray: {:?}, version: {:?}",
|
||||||
resp.status(),
|
resp.status(),
|
||||||
request_id
|
request_id,
|
||||||
|
resp.version()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user