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
c9e50962
Unverified
Commit
c9e50962
authored
Mar 17, 2026
by
Ning Xie
Committed by
GitHub
Mar 17, 2026
Browse files
[openapi] remove redundant exception stack trace[4/N] (#37157)
Signed-off-by:
Andy Xie
<
andy.xning@gmail.com
>
parent
2ff0ad96
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/openai/server_utils.py
vllm/entrypoints/openai/server_utils.py
+1
-1
No files found.
vllm/entrypoints/openai/server_utils.py
View file @
c9e50962
...
@@ -371,7 +371,7 @@ async def generation_error_handler(req: Request, exc: GenerationError):
...
@@ -371,7 +371,7 @@ async def generation_error_handler(req: Request, exc: GenerationError):
async
def
exception_handler
(
req
:
Request
,
exc
:
Exception
):
async
def
exception_handler
(
req
:
Request
,
exc
:
Exception
):
if
req
.
app
.
state
.
args
.
log_error_stack
:
if
req
.
app
.
state
.
args
.
log_error_stack
:
logger
.
e
xception
(
logger
.
e
rror
(
"Exception caught. Request id: %s"
,
"Exception caught. Request id: %s"
,
req
.
state
.
request_metadata
.
request_id
req
.
state
.
request_metadata
.
request_id
if
hasattr
(
req
.
state
,
"request_metadata"
)
if
hasattr
(
req
.
state
,
"request_metadata"
)
...
...
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