mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
fix log
This commit is contained in:
parent
2e205b794b
commit
5e864e9023
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ impl HttpContext for StreamContext {
|
|||
};
|
||||
|
||||
debug!("sending request to model server");
|
||||
debug!("request body: {}", json_data);
|
||||
trace!("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