Skip to content

Commit

Permalink
add force=True to logging.basicConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozengwei committed May 3, 2024
1 parent 6d7c1d1 commit 9059108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icefall/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def setup_logger(
format=formatter,
level=level,
filemode="w",
force=True,
)
if use_console:
console = logging.StreamHandler()
Expand Down

0 comments on commit 9059108

Please sign in to comment.