diff --git a/icefall/utils.py b/icefall/utils.py index ec6aee6d0..57467cb56 100644 --- a/icefall/utils.py +++ b/icefall/utils.py @@ -163,6 +163,7 @@ def setup_logger( format=formatter, level=level, filemode="w", + force=True, ) if use_console: console = logging.StreamHandler()