mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-08 09:32:20 +00:00
add force=True to logging.basicConfig (#1613)
This commit is contained in:
parent
6d7c1d13a5
commit
c08fe48603
@ -163,6 +163,7 @@ def setup_logger(
|
||||
format=formatter,
|
||||
level=level,
|
||||
filemode="w",
|
||||
force=True,
|
||||
)
|
||||
if use_console:
|
||||
console = logging.StreamHandler()
|
||||
|
Loading…
x
Reference in New Issue
Block a user