We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d26359 commit a602fdeCopy full SHA for a602fde
library/utils.py
@@ -67,7 +67,7 @@ def setup_logging(args=None, log_level=None, reset=False):
67
68
if handler is None:
69
handler = logging.StreamHandler(sys.stdout) # same as print
70
- handler.propagate = False
+ handler.propagate = True
71
72
formatter = logging.Formatter(
73
fmt="%(message)s",
0 commit comments