Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d1dd5f53
Unverified
Commit
d1dd5f53
authored
Nov 07, 2025
by
Roy Wang
Committed by
GitHub
Nov 06, 2025
Browse files
[Frontend] Fix logging format when enable response logging (#28049)
Signed-off-by:
esmeetu
<
jasonailu87@gmail.com
>
parent
e52e4da9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
vllm/entrypoints/openai/api_server.py
vllm/entrypoints/openai/api_server.py
+1
-2
No files found.
vllm/entrypoints/openai/api_server.py
View file @
d1dd5f53
...
@@ -1572,8 +1572,7 @@ def _log_streaming_response(response, response_body: list) -> None:
...
@@ -1572,8 +1572,7 @@ def _log_streaming_response(response, response_body: list) -> None:
full_content
=
full_content
[:
2048
]
+
""
full_content
=
full_content
[:
2048
]
+
""
"...[truncated]"
"...[truncated]"
logger
.
info
(
logger
.
info
(
"response_body={streaming_complete: "
"response_body={streaming_complete: content=%r, chunks=%d}"
,
"content='%s', chunks=%d}"
,
full_content
,
full_content
,
chunk_count
,
chunk_count
,
)
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment