Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow user chose log level by --log-level instead of fixed 'info'. #3109

Merged
merged 3 commits into from
Mar 1, 2024

Conversation

AllenDou
Copy link
Contributor

@AllenDou AllenDou commented Feb 29, 2024

$ python3 -m vllm.entrypoints.openai.api_server --model /root/opt-125m --served-model-name modelx --log-level info -h

-h, --help show this help message and exit
--host HOST host name
--port PORT port number
--log-level {debug,info,warning,error,critical,trace}
log level for uvicorn
--allow-credentials allow credentials
--allowed-origins ALLOWED_ORIGINS

'info' as default when --log-level is not specified.

@AllenDou AllenDou requested a review from simon-mo February 29, 2024 23:48
@simon-mo simon-mo enabled auto-merge (squash) March 1, 2024 23:27
@simon-mo simon-mo merged commit 29e70e3 into vllm-project:main Mar 1, 2024
22 checks passed
@AllenDou AllenDou deleted the loglevel branch March 4, 2024 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants