diff --git a/funasr/runtime/python/libtorch/funasr_torch/utils/utils.py b/funasr/runtime/python/libtorch/funasr_torch/utils/utils.py index 2f09de8c9..cafc43bf9 100644 --- a/funasr/runtime/python/libtorch/funasr_torch/utils/utils.py +++ b/funasr/runtime/python/libtorch/funasr_torch/utils/utils.py @@ -134,7 +134,7 @@ def read_yaml(yaml_path: Union[str, Path]) -> Dict: @functools.lru_cache() -def get_logger(name='torch_paraformer'): +def get_logger(name='funasr_torch'): """Initialize and get a logger by name. If the logger has not been initialized, this method will initialize the logger by adding one or two handlers, otherwise the initialized logger will