Update utils.py

This commit is contained in:
DKnight54
2025-01-30 02:46:32 +08:00
committed by GitHub
parent 0d26359795
commit a602fde7aa

View File

@@ -67,7 +67,7 @@ def setup_logging(args=None, log_level=None, reset=False):
if handler is None:
handler = logging.StreamHandler(sys.stdout) # same as print
handler.propagate = False
handler.propagate = True
formatter = logging.Formatter(
fmt="%(message)s",