Skip to content

Commit 2eb02ba

Browse files
lengrongfuDarkLight1337
authored andcommitted
[Misc] update log level debug to warning when process port is used by (vllm-project#24226)
Signed-off-by: rongfu.leng <[email protected]> Co-authored-by: Cyrus Leung <[email protected]> Signed-off-by: xuebwang-amd <[email protected]>
1 parent 11e5bdf commit 2eb02ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/entrypoints/launcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ async def dummy_shutdown() -> None:
9595
port = uvicorn_kwargs["port"]
9696
process = find_process_using_port(port)
9797
if process is not None:
98-
logger.debug(
98+
logger.warning(
9999
"port %s is used by process %s launched with command:\n%s",
100100
port, process, " ".join(process.cmdline()))
101101
logger.info("Shutting down FastAPI HTTP server.")

0 commit comments

Comments
 (0)