Skip to content

Commit ca1c55f

Browse files
bufferoverflowshreyankg
authored andcommitted
[Bugfix] fix(logging): add missing opening square bracket (vllm-project#13011)
1 parent bfd6f7d commit ca1c55f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
VLLM_LOGGING_PREFIX = envs.VLLM_LOGGING_PREFIX
2121

2222
_FORMAT = (f"{VLLM_LOGGING_PREFIX}%(levelname)s %(asctime)s "
23-
"%(filename)s:%(lineno)d] %(message)s")
23+
"[%(filename)s:%(lineno)d] %(message)s")
2424
_DATE_FORMAT = "%m-%d %H:%M:%S"
2525

2626
DEFAULT_LOGGING_CONFIG = {

0 commit comments

Comments
 (0)