mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-04 01:39:37 +08:00
[Fix] Fix duplicated logging messages (#1524)
This commit is contained in:
parent
7013a80170
commit
7b895c5976
@ -52,4 +52,5 @@ def init_logger(name: str):
|
||||
logger = logging.getLogger(name)
|
||||
logger.setLevel(logging.DEBUG)
|
||||
logger.addHandler(_default_handler)
|
||||
logger.propagate = False
|
||||
return logger
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user