[Core] Fix broken log configuration (#10458)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant
2024-11-22 21:23:51 -05:00
committed by GitHub
parent 9195dbdbca
commit ebda51968b
2 changed files with 7 additions and 2 deletions

View File

@ -118,7 +118,7 @@ configuration for the root vLLM logger and for the logger you wish to silence:
{
"formatters": {
"vllm": {
"class": "vllm.logging.NewLineFormatter",
"class": "vllm.logging_utils.NewLineFormatter",
"datefmt": "%m-%d %H:%M:%S",
"format": "%(levelname)s %(asctime)s %(filename)s:%(lineno)d] %(message)s"
}