Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
f7bab41a
Unverified
Commit
f7bab41a
authored
Sep 25, 2025
by
Simo Lin
Committed by
GitHub
Sep 25, 2025
Browse files
[router] change log level to warning (#10926)
parent
f68dd998
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
sgl-router/py_test/e2e/conftest.py
sgl-router/py_test/e2e/conftest.py
+4
-0
No files found.
sgl-router/py_test/e2e/conftest.py
View file @
f7bab41a
...
...
@@ -114,6 +114,8 @@ def _popen_launch_worker(
port
,
"--base-gpu-id"
,
str
(
base_gpu_id
or
0
),
"--log-level"
,
"warning"
,
]
if
dp_size
is
not
None
:
cmd
+=
[
"--dp-size"
,
str
(
dp_size
)]
...
...
@@ -156,6 +158,8 @@ def _popen_launch_router_only(
str
(
prom_port
),
"--prometheus-host"
,
"127.0.0.1"
,
"--log-level"
,
"warn"
,
]
proc
=
subprocess
.
Popen
(
cmd
)
_wait_router_health
(
base_url
,
timeout
)
...
...
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