mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-05 14:31:13 +08:00
[Bugfix] fix(logging): add missing opening square bracket (#13011)
This commit is contained in:
parent
23eca9cf68
commit
c0e3ecd6d2
@ -20,7 +20,7 @@ VLLM_LOGGING_LEVEL = envs.VLLM_LOGGING_LEVEL
|
||||
VLLM_LOGGING_PREFIX = envs.VLLM_LOGGING_PREFIX
|
||||
|
||||
_FORMAT = (f"{VLLM_LOGGING_PREFIX}%(levelname)s %(asctime)s "
|
||||
"%(filename)s:%(lineno)d] %(message)s")
|
||||
"[%(filename)s:%(lineno)d] %(message)s")
|
||||
_DATE_FORMAT = "%m-%d %H:%M:%S"
|
||||
|
||||
DEFAULT_LOGGING_CONFIG = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user