mirror of
https://github.com/katanemo/plano.git
synced 2026-07-20 16:41:04 +02:00
fix logs a bit more and refactor code
This commit is contained in:
parent
a0b13b99ce
commit
cc730d8b3d
4 changed files with 40 additions and 21 deletions
|
|
@ -79,7 +79,7 @@ impl HttpContext for StreamContext {
|
|||
};
|
||||
|
||||
debug!(
|
||||
"developer => archgw: {}",
|
||||
"developer => archgw request body: {}",
|
||||
String::from_utf8_lossy(&body_bytes)
|
||||
);
|
||||
|
||||
|
|
@ -152,7 +152,7 @@ impl HttpContext for StreamContext {
|
|||
}
|
||||
};
|
||||
|
||||
debug!("archgw => archfc: {}", json_data);
|
||||
debug!("archgw => modelserver request body: {}", json_data);
|
||||
|
||||
let mut headers = vec![
|
||||
(ARCH_UPSTREAM_HOST_HEADER, MODEL_SERVER_NAME),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue