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
6522721d
Unverified
Commit
6522721d
authored
Jan 05, 2026
by
Ning Xie
Committed by
GitHub
Jan 04, 2026
Browse files
[misc] Sort uvicorn log level description according to verbosity (#31137)
Signed-off-by:
Andy Xie
<
andy.xning@gmail.com
>
parent
0d4044ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
vllm/entrypoints/openai/cli_args.py
vllm/entrypoints/openai/cli_args.py
+1
-1
No files found.
vllm/entrypoints/openai/cli_args.py
View file @
6522721d
...
@@ -80,7 +80,7 @@ class FrontendArgs:
...
@@ -80,7 +80,7 @@ class FrontendArgs:
uds
:
str
|
None
=
None
uds
:
str
|
None
=
None
"""Unix domain socket path. If set, host and port arguments are ignored."""
"""Unix domain socket path. If set, host and port arguments are ignored."""
uvicorn_log_level
:
Literal
[
uvicorn_log_level
:
Literal
[
"
debug"
,
"info"
,
"warning"
,
"error"
,
"critical
"
,
"trace"
"
critical"
,
"error"
,
"warning"
,
"info"
,
"debug
"
,
"trace"
]
=
"info"
]
=
"info"
"""Log level for uvicorn."""
"""Log level for uvicorn."""
disable_uvicorn_access_log
:
bool
=
False
disable_uvicorn_access_log
:
bool
=
False
...
...
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