This commit is contained in:
游雁 2023-03-30 00:13:03 +08:00
parent 00bec8f243
commit 97ec4cd7b5

View File

@ -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