Skip to content

Commit a602fde

Browse files
authored
Update utils.py
1 parent 0d26359 commit a602fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def setup_logging(args=None, log_level=None, reset=False):
6767

6868
if handler is None:
6969
handler = logging.StreamHandler(sys.stdout) # same as print
70-
handler.propagate = False
70+
handler.propagate = True
7171

7272
formatter = logging.Formatter(
7373
fmt="%(message)s",

0 commit comments

Comments
 (0)