Skip to content

Commit

Permalink
add force=True to logging.basicConfig (#1613)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaozengwei authored May 4, 2024
1 parent 6d7c1d1 commit c08fe48
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 c08fe48

Please sign in to comment.