We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761702f commit 8abe69bCopy full SHA for 8abe69b
vllm/envs.py
@@ -294,7 +294,7 @@ def maybe_convert_int(value: Optional[str]) -> Optional[int]:
294
295
# this is used for configuring the default logging level
296
"VLLM_LOGGING_LEVEL":
297
- lambda: os.getenv("VLLM_LOGGING_LEVEL", "INFO"),
+ lambda: os.getenv("VLLM_LOGGING_LEVEL", "INFO").upper(),
298
299
# if set, VLLM_LOGGING_PREFIX will be prepended to all log messages
300
"VLLM_LOGGING_PREFIX":
0 commit comments