Skip to content

Commit

Permalink
fix stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
wjblanke committed Nov 3, 2024
1 parent b2a952f commit c070caa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chia/util/chia_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def initialize_logging(
colorlog.ColoredFormatter(
(
f"%(asctime)s.%(msecs)03d {service_name} %(name)-{file_name_length}s: "
f"%(log_color)s%(levelname)-8s%(reset)s %(message)s"
if log_backcompat
else f"%(asctime)s.%(msecs)03d {__version__} {service_name} %(name)-{file_name_length}s: "
f"%(log_color)s%(levelname)-8s%(reset)s %(message)s"
Expand Down

0 comments on commit c070caa

Please sign in to comment.