mirror of
https://github.com/kohya-ss/sd-scripts.git
synced 2026-04-14 00:17:18 +00:00
Update utils.py
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user