Skip to content

Commit

Permalink
Remove logging tweak for no-longer-used websockets library
Browse files Browse the repository at this point in the history
Follow up after #10611.
  • Loading branch information
altendky authored Apr 10, 2022
1 parent a48fd43 commit 581977c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chia/util/chia_logging.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ def initialize_logging(service_name: str, logging_config: Dict, root_path: Path)
elif logging_config["log_level"] == "DEBUG":
logger.setLevel(logging.DEBUG)
logging.getLogger("aiosqlite").setLevel(logging.INFO) # Too much logging on debug level
logging.getLogger("websockets").setLevel(logging.INFO) # Too much logging on debug level
else:
logger.setLevel(logging.INFO)
else:
Expand Down

0 comments on commit 581977c

Please sign in to comment.