"docs/vscode:/vscode.git/clone" did not exist on "56d64fbe3026b5ccef9cf9c7f069cd0e892df155"
Unverified Commit 6522721d authored by Ning Xie's avatar Ning Xie Committed by GitHub
Browse files

[misc] Sort uvicorn log level description according to verbosity (#31137)


Signed-off-by: default avatarAndy Xie <andy.xning@gmail.com>
parent 0d4044ed
......@@ -80,7 +80,7 @@ class FrontendArgs:
uds: str | None = None
"""Unix domain socket path. If set, host and port arguments are ignored."""
uvicorn_log_level: Literal[
"debug", "info", "warning", "error", "critical", "trace"
"critical", "error", "warning", "info", "debug", "trace"
] = "info"
"""Log level for uvicorn."""
disable_uvicorn_access_log: bool = False
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment