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 bfd6f7d commit ca1c55fCopy full SHA for ca1c55f
vllm/logger.py
@@ -20,7 +20,7 @@
20
VLLM_LOGGING_PREFIX = envs.VLLM_LOGGING_PREFIX
21
22
_FORMAT = (f"{VLLM_LOGGING_PREFIX}%(levelname)s %(asctime)s "
23
- "%(filename)s:%(lineno)d] %(message)s")
+ "[%(filename)s:%(lineno)d] %(message)s")
24
_DATE_FORMAT = "%m-%d %H:%M:%S"
25
26
DEFAULT_LOGGING_CONFIG = {
0 commit comments