Log HTTP Version (#5475)
This commit is contained in:
parent
404cae7d40
commit
cdd106b930
1 changed files with 4 additions and 3 deletions
|
|
@ -336,10 +336,11 @@ impl ModelClient {
|
|||
.get("cf-ray")
|
||||
.map(|v| v.to_str().unwrap_or_default().to_string());
|
||||
|
||||
trace!(
|
||||
"Response status: {}, cf-ray: {:?}",
|
||||
debug!(
|
||||
"Response status: {}, cf-ray: {:?}, version: {:?}",
|
||||
resp.status(),
|
||||
request_id
|
||||
request_id,
|
||||
resp.version()
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue